summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-27 23:58:20 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-27 23:58:20 +0000
commit1ec8eb94ee68e60ac132e690619843bc57e8f13c (patch)
treea986381f172cfa50591bfcd105bc3fd3e82009b5
parentab59f0df8d6f10a6f00dbde641a921bf562398d8 (diff)
downloadnixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar.gz
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar.bz2
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar.lz
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar.xz
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.tar.zst
nixlib-1ec8eb94ee68e60ac132e690619843bc57e8f13c.zip
mpv: also disable x11support on darwin
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c14cfb64913b..c19902d0a88c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -16551,6 +16551,7 @@ with pkgs;
     dvdreadSupport     = !stdenv.isDarwin;
     dvdnavSupport      = !stdenv.isDarwin;
     drmSupport         = !stdenv.isDarwin;
+    x11Support         = !stdenv.isDarwin;
   };
 
   mpvScripts = {