Merge branch 'mps-fix' of git://github.com/thoughtpolice/nixpkgs
mps: broken on Darwin unfortunately
This commit is contained in:
commit
7612159c06
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A flexible memory management and garbage collection library";
|
description = "A flexible memory management and garbage collection library";
|
||||||
homepage = "http://www.ravenbrook.com/project/mps";
|
homepage = "http://www.ravenbrook.com/project/mps";
|
||||||
license = stdenv.lib.licenses.sleepycat;
|
license = stdenv.lib.licenses.sleepycat;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user