about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/swig/3.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/swig/3.x.nix')
-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 18e46aa54b29..2d5358b2255f 100644
--- a/pkgs/development/tools/misc/swig/3.x.nix
+++ b/pkgs/development/tools/misc/swig/3.x.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     homepage = http://swig.org/;
     # Different types of licenses available: http://www.swig.org/Release/LICENSE .
     license = licenses.gpl3Plus;
-    platforms = with platforms; [ linux darwin ];
+    platforms = with platforms; linux ++ darwin;
     maintainers = with maintainers; [ urkud wkennington ];
   };
 }