Skip to content

Commit 37ea216

Browse files
committed
nix: Fix the PATH of graphviz
1 parent b459cac commit 37ea216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
9797
local jar="$out/share/java/DiffDetective/DiffDetective.jar"
9898
install -Dm644 "target/diffdetective-${version}-jar-with-dependencies.jar" "$jar"
9999
makeWrapper "${pkgs.jdk}/bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
100-
--prefix PATH : "${pkgs.graphviz}"
100+
--prefix PATH : "${pkgs.graphviz}/bin"
101101
102102
${
103103
if buildGitHubPages

0 commit comments

Comments
 (0)