about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-06-25 17:52:37 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-06-25 18:24:53 +0200
commitc3fe79e9305f36affc68e5af737700e3d4542d10 (patch)
tree09cc777f855afdbfffa29309fc35eb9b569c43c7 /pkgs
parent4bc87ff3657e06f0b98cdedaf2237b5854304cce (diff)
downloadnixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar.gz
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar.bz2
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar.lz
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar.xz
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.tar.zst
nixlib-c3fe79e9305f36affc68e5af737700e3d4542d10.zip
spice-gtk: remove auto_features=enabled from expression
It is now default
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/spice-gtk/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix
index d597fd16ad07..079d61ca3d58 100644
--- a/pkgs/development/libraries/spice-gtk/default.nix
+++ b/pkgs/development/libraries/spice-gtk/default.nix
@@ -109,7 +109,6 @@ stdenv.mkDerivation rec {
   PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder "out"}/share/polkit-1/actions";
 
   mesonFlags = [
-    "-Dauto_features=enabled"
     "-Dcelt051=disabled"
     "-Dpulse=disabled" # is deprecated upstream
   ];