Chicken: Fix build on OS X.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
c71d6f3b1a
commit
31cdbe4a31
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user