clojure: migrate to by-name (#475378)
This commit is contained in:
+2
@@ -4,6 +4,8 @@
|
||||
bashNonInteractive,
|
||||
fetchurl,
|
||||
installShellFiles,
|
||||
# Be careful if you remove this, out-of-tree consumers expect to
|
||||
# be able to override `jdk`.
|
||||
jdk,
|
||||
rlwrap,
|
||||
makeWrapper,
|
||||
@@ -5353,13 +5353,6 @@ with pkgs;
|
||||
xeus-cling
|
||||
;
|
||||
|
||||
clojure = callPackage ../development/interpreters/clojure {
|
||||
# set this to an LTS version of java
|
||||
# Be careful if you remove this, out-of-tree consumers expect to
|
||||
# be able to override `jdk`.
|
||||
jdk = jdk21;
|
||||
};
|
||||
|
||||
dhall = haskell.lib.compose.justStaticExecutables haskellPackages.dhall;
|
||||
|
||||
dhall-bash = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-bash;
|
||||
|
||||
Reference in New Issue
Block a user