forked from mirrors/nixpkgs
gnome-control-center: disable parallel building
It fails on Hydra sometimes. Reported upstream.
This commit is contained in:
parent
b5fcbb9041
commit
f8f0c7196e
|
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard gnome3.libgnomekbd ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=752596
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs = with gnome3;
|
||||
[ pkgconfig intltool ibus gtk glib upower libcanberra gsettings_desktop_schemas
|
||||
|
|
Loading…
Reference in a new issue