We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b459cac commit 37ea216Copy full SHA for 37ea216
1 file changed
default.nix
@@ -97,7 +97,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
97
local jar="$out/share/java/DiffDetective/DiffDetective.jar"
98
install -Dm644 "target/diffdetective-${version}-jar-with-dependencies.jar" "$jar"
99
makeWrapper "${pkgs.jdk}/bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
100
- --prefix PATH : "${pkgs.graphviz}"
+ --prefix PATH : "${pkgs.graphviz}/bin"
101
102
${
103
if buildGitHubPages
0 commit comments