3
0
Fork 0
forked from mirrors/nixpkgs

Set more realistic platform set for Stalin Scheme compiler

This commit is contained in:
Michael Raskin 2014-08-12 04:35:34 +04:00
parent 004be1bf51
commit 28c7ff430e

View file

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "Stalin, an optimizing Scheme compiler";
maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
platforms = ["i686-linux"]; # doesn't want to work on 64-bit platforms
};
}