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

View File

@ -43,7 +43,8 @@ in stdenv.mkDerivation {
:srcs ${concatStringsSep "," src-paths} \ :srcs ${concatStringsSep "," src-paths} \
:target ${target} :target ${target}
''; '';
in "${builtins.trace script script}"; script-call = "${script}";
in builtins.trace script-call script-call;
installPhase = '' installPhase = ''
mv ${target}/${name}-${version}-standalone.jar $out mv ${target}/${name}-${version}-standalone.jar $out