1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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