summary refs log tree commit diff
diff options
context:
space:
mode:
authorsohalt <sohalt@sohalt.net>2023-01-04 17:21:47 +0100
committersohalt <sohalt@sohalt.net>2023-01-04 17:34:47 +0100
commita946ae14b47fe8b0620e115cedf8d4568995495d (patch)
tree94ca22917b76154a159ed5784d756f0d64cf5286
parentb546ed5a60fe75c4b3810b31f917fbb7b9150e57 (diff)
downloadnixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar.gz
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar.bz2
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar.lz
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar.xz
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.tar.zst
nixpkgs-a946ae14b47fe8b0620e115cedf8d4568995495d.zip
pkgs/graalvm: add graaljs installable
-rw-r--r--pkgs/development/compilers/graalvm/community-edition/update.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/graalvm/community-edition/update.nix b/pkgs/development/compilers/graalvm/community-edition/update.nix
index 05963150eac..8bb31c792dd 100644
--- a/pkgs/development/compilers/graalvm/community-edition/update.nix
+++ b/pkgs/development/compilers/graalvm/community-edition/update.nix
@@ -67,6 +67,7 @@ let
       "ruby-installable-svm" = ".jar";
       "wasm-installable-svm" = ".jar";
       "python-installable-svm" = ".jar";
+      "js-installable-svm" = ".jar";
     }.${productName};
 
   # getProductSuffix :: String -> String
@@ -77,6 +78,7 @@ let
       "ruby-installable-svm" = "https://github.com/oracle/truffleruby/releases/download";
       "wasm-installable-svm" = "https://github.com/graalvm/graalvm-ce-builds/releases/download";
       "python-installable-svm" = "https://github.com/graalvm/graalpython/releases/download";
+      "js-installable-svm" = "https://github.com/oracle/graaljs/releases/download";
     }.${productName};
 
   # getDevUrl :: String