mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
factor: disable build on i686-linux
The factor language should be built only on x86_64 machines.
This commit is contained in:
parent
3871831b37
commit
35c544e6d4
@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A concatenative, stack-based programming language";
|
||||
|
||||
maintainers = [ maintainers.vrthra ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user