Chicken: Fix build on OS X.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-11-29 11:46:57 +01:00
parent c71d6f3b1a
commit 31cdbe4a31

View File

@ -13,7 +13,7 @@ let
sha256 = "01g7h0664342nl536mnri4c72kwj4z40vmv1250xfndlr218qdqg"; sha256 = "01g7h0664342nl536mnri4c72kwj4z40vmv1250xfndlr218qdqg";
}; };
platform = with stdenv; platform = with stdenv;
if isDarwin then "osx" if isDarwin then "macosx"
else if isCygwin then "cygwin" else if isCygwin then "cygwin"
else if isBSD then "bsd" else if isBSD then "bsd"
else if isSunOS then "solaris" else if isSunOS then "solaris"