Unverified Commit 88ba6dcd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] clojure: fix and enable strictDeps (#409303)

parents 9a58bf41 9edb9881
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  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