Set more realistic platform set for Stalin Scheme compiler
This commit is contained in:
parent
004be1bf51
commit
28c7ff430e
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Stalin, an optimizing Scheme compiler";
|
description = "Stalin, an optimizing Scheme compiler";
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = ["i686-linux"]; # doesn't want to work on 64-bit platforms
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user