forked from mirrors/nixpkgs
GNU/MIT Scheme: Restrict to GNU/* and FreeBSD.
svn path=/nixpkgs/trunk/; revision=21302
This commit is contained in:
parent
805d99ffc7
commit
a89f709a91
|
@ -52,6 +52,9 @@ stdenv.mkDerivation {
|
|||
license = "GPLv2+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
# Build fails on Cygwin and Darwin:
|
||||
# <http://article.gmane.org/gmane.lisp.scheme.mit-scheme.devel/489>.
|
||||
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.freebsd;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue