summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/totem/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-07-15 16:26:41 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-07-15 16:57:27 +0200
commitdb00e457aca5e765957005ec9e1a41400e2bcb70 (patch)
tree39aa7da74382c6e2815190e2dd9d1dc4c6d2c415 /pkgs/desktops/gnome-3/core/totem/default.nix
parent10ffc3c791798fef9c7384025ea73cebb2168f2b (diff)
downloadnixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar.gz
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar.bz2
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar.lz
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar.xz
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.tar.zst
nixpkgs-db00e457aca5e765957005ec9e1a41400e2bcb70.zip
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
Diffstat (limited to 'pkgs/desktops/gnome-3/core/totem/default.nix')
-rw-r--r--pkgs/desktops/gnome-3/core/totem/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/core/totem/default.nix b/pkgs/desktops/gnome-3/core/totem/default.nix
index df37377e52e..7cf1872da5a 100644
--- a/pkgs/desktops/gnome-3/core/totem/default.nix
+++ b/pkgs/desktops/gnome-3/core/totem/default.nix
@@ -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" ];