about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/swig
diff options
context:
space:
mode:
authorBenjamin Staffin <benley@gmail.com>2015-09-16 16:28:13 -0400
committerBenjamin Staffin <benley@gmail.com>2015-09-16 16:28:13 -0400
commitcc1af6640c0ca24ee8dd64b987377eda0d429ae5 (patch)
tree0e2fc191d63a17caed5399e40194c65b616fc0b4 /pkgs/development/tools/misc/swig
parent5a0759971f8667133b498e8e8d982052a52d10ad (diff)
downloadnixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar.gz
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar.bz2
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar.lz
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar.xz
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.tar.zst
nixlib-cc1af6640c0ca24ee8dd64b987377eda0d429ae5.zip
swig3: re-enable darwin builds
Diffstat (limited to 'pkgs/development/tools/misc/swig')
-rw-r--r--pkgs/development/tools/misc/swig/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/swig/3.x.nix b/pkgs/development/tools/misc/swig/3.x.nix
index 88e73276a77f..389e473240bb 100644
--- a/pkgs/development/tools/misc/swig/3.x.nix
+++ b/pkgs/development/tools/misc/swig/3.x.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
     # Licensing is a mess: http://www.swig.org/Release/LICENSE .
     license = "BSD-style";
 
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
 
     maintainers = with stdenv.lib.maintainers; [ urkud ];
   };