mps: broken on Darwin unfortunately
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
090ee41e6b
commit
c234740115
@ -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…
Reference in New Issue
Block a user