A couple fixes
This commit is contained in:
parent
096efad499
commit
8605c110af
|
@ -39,13 +39,13 @@ in stdenv.mkDerivation {
|
|||
mkdir -p ${target}
|
||||
|
||||
clojure \
|
||||
-Scp ${classpath} \
|
||||
-Scp .:${build-tools-jar}:${classpath} \
|
||||
-Sdeps ${build-tools-deps} \
|
||||
-X:build \
|
||||
lib-uberjar \
|
||||
:project ${group}/${name} \
|
||||
:version ${version}" \
|
||||
:srcs ${concatStringsSep "," src-paths}" \
|
||||
:version ${version} \
|
||||
:srcs ${concatStringsSep "," src-paths} \
|
||||
:target ${target}
|
||||
'';
|
||||
in builtins.trace cmd cmd;
|
||||
|
|
Loading…
Reference in New Issue