totem: disable parallel building as it randomly breaks the build
This commit is contained in:
parent
963c3ef9f7
commit
8768295f1f
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1712021
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user