clojure: fix and enable strictDeps

This commit is contained in:
FliegendeWurst
2025-05-19 08:15:06 +02:00
parent 8d625a894c
commit b46869e2b6
@@ -1,6 +1,7 @@
{
lib,
stdenv,
bashNonInteractive,
fetchurl,
installShellFiles,
jdk,
@@ -24,6 +25,12 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
];
buildInputs = [
bashNonInteractive
];
strictDeps = true;
# See https://github.com/clojure/brew-install/blob/1.10.3/src/main/resources/clojure/install/linux-install.sh
installPhase =
let