1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tinycc: restrict platforms to x86_64-linux

This commit is contained in:
Joachim Fasting 2017-03-01 00:22:06 +01:00
parent 026366b00b
commit 3c178fe769
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = http://www.tinycc.org/;
license = licenses.mit;
platforms = platforms.unix;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.joachifm ];
};
}