summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-03-26 17:01:39 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-03-26 17:01:39 -0500
commitf43878ca4db942296feea4840a04c12f3c18c3bb (patch)
treef738ebc4168eed671a864ed84ec96c3431a3f4a3 /pkgs/development/compilers
parent0874789dd5659b2048bdb5c054bc976cb00142fb (diff)
downloadnixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar.gz
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar.bz2
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar.lz
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar.xz
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.tar.zst
nixlib-f43878ca4db942296feea4840a04c12f3c18c3bb.zip
gerbil: enable on darwin
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gerbil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gerbil/default.nix b/pkgs/development/compilers/gerbil/default.nix
index c1a411120d03..555dbbfe460e 100644
--- a/pkgs/development/compilers/gerbil/default.nix
+++ b/pkgs/development/compilers/gerbil/default.nix
@@ -85,7 +85,7 @@ EOF
     description = "Gerbil Scheme";
     homepage    = "https://github.com/vyzo/gerbil";
     license     = stdenv.lib.licenses.lgpl2;
-    platforms   = stdenv.lib.platforms.linux;
+    platforms   = stdenv.lib.platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ fare ];
   };
 }