scala-cli: set platforms

This commit is contained in:
Weijia Wang 2023-06-13 16:08:11 +03:00
parent 765f4885a4
commit e53ae8c894

View file

@ -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; };