Don't print the package, print the call.

This commit is contained in:
niten 2022-05-30 17:04:19 -07:00
parent 15ea81d6d1
commit a41c3b9068
1 changed files with 2 additions and 1 deletions

View File

@ -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