From b23521270ea1ea20f8d662a63af6655c0771380a Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 30 May 2022 17:37:00 -0700 Subject: [PATCH] Fuckin hurry --- mkClojureLib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkClojureLib.nix b/mkClojureLib.nix index a578221..357496d 100644 --- a/mkClojureLib.nix +++ b/mkClojureLib.nix @@ -43,7 +43,7 @@ in stdenv.mkDerivation { nativeBuildInputs = [ clojure jre ]; buildInputs = (map (x: x.paths) clj-deps.packages); - buildPhase = let script-call = "${script}"; + buildPhase = let script-call = "${build-script}"; in builtins.trace script-call script-call; installPhase = ''