about summary refs log tree commit diff
path: root/pkgs/development/compilers/chicken
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-11-29 11:46:57 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-11-29 11:47:00 +0100
commit31cdbe4a312065a625e5e42471a4af475bc63a45 (patch)
treedd0c70a5f747e5377c24412603e0b7d784dc39fd /pkgs/development/compilers/chicken
parentc71d6f3b1a5a33bdc09842e2f29d2a9e43818574 (diff)
downloadnixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar.gz
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar.bz2
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar.lz
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar.xz
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.tar.zst
nixlib-31cdbe4a312065a625e5e42471a4af475bc63a45.zip
Chicken: Fix build on OS X.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs/development/compilers/chicken')
-rw-r--r--pkgs/development/compilers/chicken/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/chicken/default.nix b/pkgs/development/compilers/chicken/default.nix
index 8343dbc3fef5..6ad87982d522 100644
--- a/pkgs/development/compilers/chicken/default.nix
+++ b/pkgs/development/compilers/chicken/default.nix
@@ -13,7 +13,7 @@ let
     sha256 = "01g7h0664342nl536mnri4c72kwj4z40vmv1250xfndlr218qdqg";
   };
   platform = with stdenv;
-    if isDarwin then "osx"
+    if isDarwin then "macosx"
     else if isCygwin then "cygwin"
     else if isBSD then "bsd"
     else if isSunOS then "solaris"