We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64da89 commit 81e033cCopy full SHA for 81e033c
1 file changed
default.nix
@@ -133,9 +133,9 @@ pkgs.stdenvNoCC.mkDerivation rec {
133
runHook preInstall
134
135
# install jars in "$out"
136
- install -Dm644 "target/diffdetective-${version}.jar" "$out/share/java/DiffDetective.jar"
+ install -Dm644 "target/diffdetective-$version.jar" "$out/share/java/DiffDetective.jar"
137
local jar="$out/share/java/DiffDetective/DiffDetective-jar-with-dependencies.jar"
138
- install -Dm644 "target/diffdetective-${version}-jar-with-dependencies.jar" "$jar"
+ install -Dm644 "target/diffdetective-$version-jar-with-dependencies.jar" "$jar"
139
makeWrapper "${pkgs.jdk}/bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
140
--prefix PATH : "${pkgs.graphviz}/bin"
141
0 commit comments