about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-05-22 14:14:28 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-05-22 14:20:29 -0700
commit2ebe0fc88b97bcc6f9b058fee57c298a36889e30 (patch)
treed2e7f6076c64950380926d014435905917b8eb96 /pkgs/development
parent3117e0c897522ec8431572de12449f676cc8c8be (diff)
downloadnixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar.gz
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar.bz2
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar.lz
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar.xz
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.tar.zst
nixlib-2ebe0fc88b97bcc6f9b058fee57c298a36889e30.zip
gtk3: Mark as linux only temporarily
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gtk+/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 84bea07602fd..18aaa9fa2282 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/pkgs/development/libraries/gtk+/3.x.nix
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.lgpl2Plus;
 
     maintainers = with stdenv.lib.maintainers; [ urkud raskin vcunat lethalman ];
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux; # Temporary until fixed for darwin
   };
 }