about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-13 16:08:11 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-13 16:08:11 +0300
commite53ae8c894ba6f7f2b68fba3098bcc176f0574f6 (patch)
treec1fd0fb242da0a5795f004e17ea70e224ad2543a /pkgs/development
parent765f4885a490cf5831c01aab05322c52e35e3dc7 (diff)
scala-cli: set platforms
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/build-managers/scala-cli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/scala-cli/default.nix b/pkgs/development/tools/build-managers/scala-cli/default.nix
index 3b509f03c5ff5..1ea575013bb0d 100644
--- a/pkgs/development/tools/build-managers/scala-cli/default.nix
+++ b/pkgs/development/tools/build-managers/scala-cli/default.nix
@@ -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; };