We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d68de commit 9ae7e56Copy full SHA for 9ae7e56
1 file changed
default.nix
@@ -66,7 +66,7 @@ in
66
postInstall = ''
67
local jar="$out/share/java/DiffDetective-Demo.jar"
68
install -Dm644 "target/diffdetectivedemo-${version}-jar-with-dependencies.jar" "$jar"
69
- makeWrapper "${pkgs.jdk}/bin/java" "$out/bin/DiffDetective-Demo" \
+ makeWrapper "${DiffDetective.jre-minimal}/bin/java" "$out/bin/DiffDetective-Demo" \
70
--add-flags "-cp '$jar' org.variantsync.diffdetectivedemo.Main" \
71
--prefix PATH : "${pkgs.graphviz}/bin"
72
'';
0 commit comments