tinycc: restrict platforms to x86_64-linux
This commit is contained in:
parent
026366b00b
commit
3c178fe769
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.tinycc.org/;
|
homepage = http://www.tinycc.org/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.joachifm ];
|
maintainers = [ maintainers.joachifm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user