mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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";
|
||||
homepage = "http://www.ravenbrook.com/project/mps";
|
||||
license = stdenv.lib.licenses.sleepycat;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue