clojure: migrate to by-name (#475378)

This commit is contained in:
Matthieu Coudron
2025-12-30 22:55:50 +00:00
committed by GitHub
2 changed files with 2 additions and 7 deletions
@@ -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,
-7
View File
@@ -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;