Fuckin hurry
This commit is contained in:
parent
6c42b8a4ef
commit
b23521270e
|
@ -43,7 +43,7 @@ in stdenv.mkDerivation {
|
||||||
nativeBuildInputs = [ clojure jre ];
|
nativeBuildInputs = [ clojure jre ];
|
||||||
buildInputs = (map (x: x.paths) clj-deps.packages);
|
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;
|
in builtins.trace script-call script-call;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue