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

gnome3.totem: disable vala plug-ins again

Apparently the intermittent build failure is still there,
not sure why I thought it was fixed.

Closes: https://github.com/NixOS/nixpkgs/issues/43518
This commit is contained in:
Jan Tojnar 2018-07-15 16:26:41 +02:00
parent 10ffc3c791
commit db00e457ac
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dwith-nautilusdir=lib/nautilus/extensions-3.0"
# https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1712021
# https://bugzilla.gnome.org/show_bug.cgi?id=784236
# https://github.com/mesonbuild/meson/issues/1994
"-Denable-vala=no"
];
wrapPrefixVariables = [ "PYTHONPATH" ];