totem: disable parallel building as it randomly breaks the build

This commit is contained in:
Peter Hoeg 2017-12-11 15:55:41 +08:00
parent 963c3ef9f7
commit 8768295f1f

View File

@ -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";