bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debb


From: Ludovic Courtès
Subject: bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Date: Mon, 16 Oct 2017 14:59:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Adam,

Adam Van Ymeren <address@hidden> skribis:

> ---
>  gnu/packages/gnome.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 1ceba162b..031b30426 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3641,6 +3641,12 @@ for application developers.")
>      (arguments
>       `(#:glib-or-gtk? #t
>  
> +       ;; Disable parallel builds until
> +       ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813 is
> +       ;; fixed.  Try enabling it when updating this package in case
> +       ;; upstream has fixed it.
> +       #:parallel-build? #f

Good catch!  I completed the commit log and applied, thanks.

If you haven’t already, could you report it upstream?

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]