minecraft: set platforms
This commit is contained in:
parent
a32bc05dc9
commit
b4fa9575af
@ -143,6 +143,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://minecraft.net";
|
homepage = "https://minecraft.net";
|
||||||
maintainers = with maintainers; [ cpages ryantm infinisil ];
|
maintainers = with maintainers; [ cpages ryantm infinisil ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update.sh;
|
||||||
|
Loading…
Reference in New Issue
Block a user