Unverified Commit f4a4f41a authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

clojure: migrate to by-name (#475378)

parents 4d234704 18d56f8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,
+0 −7
Original line number Diff line number Diff line
@@ -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;