scala-cli: set platforms
This commit is contained in:
parent
765f4885a4
commit
e53ae8c894
@ -73,6 +73,7 @@ stdenv.mkDerivation {
|
||||
license = licenses.asl20;
|
||||
description = "Command-line tool to interact with the Scala language";
|
||||
maintainers = [ maintainers.kubukoz ];
|
||||
inherit platforms;
|
||||
};
|
||||
|
||||
passthru.updateScript = callPackage ./update.nix { } { inherit platforms pname version; };
|
||||
|
Loading…
Reference in New Issue
Block a user