totem: disable parallel building as it randomly breaks the build

+2 -1
+2 -1
pkgs/desktops/gnome-3/core/totem/default.nix
··· 9 9 10 10 doCheck = true; 11 11 12 - enableParallelBuilding = true; 12 + # https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1712021 13 + enableParallelBuilding = false; 13 14 14 15 NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0"; 15 16