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

clooj: migrate to by-name (#475375)

parents a80a3d89 022e99e7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5360,8 +5360,6 @@ with pkgs;
    jdk = jdk21;
  };

  clooj = callPackage ../development/interpreters/clojure/clooj.nix { };

  dhall = haskell.lib.compose.justStaticExecutables haskellPackages.dhall;

  dhall-bash = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-bash;