chicken: broken on darwin
This commit is contained in:
parent
ba2da1fa6c
commit
9300470b5e
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://www.call-cc.org/;
|
homepage = http://www.call-cc.org/;
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.allBut "x86_64-darwin";
|
||||||
description = "A portable compiler for the Scheme programming language";
|
description = "A portable compiler for the Scheme programming language";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
CHICKEN is a compiler for the Scheme programming language.
|
CHICKEN is a compiler for the Scheme programming language.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user