Don't print the package, print the call.
This commit is contained in:
parent
15ea81d6d1
commit
a41c3b9068
|
@ -43,7 +43,8 @@ in stdenv.mkDerivation {
|
|||
:srcs ${concatStringsSep "," src-paths} \
|
||||
:target ${target}
|
||||
'';
|
||||
in "${builtins.trace script script}";
|
||||
script-call = "${script}";
|
||||
in builtins.trace script-call script-call;
|
||||
|
||||
installPhase = ''
|
||||
mv ${target}/${name}-${version}-standalone.jar $out
|
||||
|
|
Loading…
Reference in New Issue