Merge pull request #209060 from Sohalt/graal-vm-js
pkgs/graalvm: add graaljs installable
This commit is contained in:
commit
4b093872a6
@ -67,6 +67,7 @@ let
|
|||||||
"ruby-installable-svm" = ".jar";
|
"ruby-installable-svm" = ".jar";
|
||||||
"wasm-installable-svm" = ".jar";
|
"wasm-installable-svm" = ".jar";
|
||||||
"python-installable-svm" = ".jar";
|
"python-installable-svm" = ".jar";
|
||||||
|
"js-installable-svm" = ".jar";
|
||||||
}.${productName};
|
}.${productName};
|
||||||
|
|
||||||
# getProductSuffix :: String -> String
|
# getProductSuffix :: String -> String
|
||||||
@ -77,6 +78,7 @@ let
|
|||||||
"ruby-installable-svm" = "https://github.com/oracle/truffleruby/releases/download";
|
"ruby-installable-svm" = "https://github.com/oracle/truffleruby/releases/download";
|
||||||
"wasm-installable-svm" = "https://github.com/graalvm/graalvm-ce-builds/releases/download";
|
"wasm-installable-svm" = "https://github.com/graalvm/graalvm-ce-builds/releases/download";
|
||||||
"python-installable-svm" = "https://github.com/graalvm/graalpython/releases/download";
|
"python-installable-svm" = "https://github.com/graalvm/graalpython/releases/download";
|
||||||
|
"js-installable-svm" = "https://github.com/oracle/graaljs/releases/download";
|
||||||
}.${productName};
|
}.${productName};
|
||||||
|
|
||||||
# getDevUrl :: String
|
# getDevUrl :: String
|
||||||
|
Loading…
Reference in New Issue
Block a user