Hi Adam, Adam Van Ymeren <[email protected]> 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’.
