Skip to content

Commit a54b459

Browse files
committed
nix: Rename the JAR with dependencies
The difference between the two created Jars should be inferable without looking at the documentation.
1 parent 79262ac commit a54b459

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
@@ -134,7 +134,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
134134
135135
# install jars in "$out"
136136
install -Dm644 "target/diffdetective-${version}.jar" "$out/share/java/DiffDetective.jar"
137-
local jar="$out/share/java/DiffDetective/DiffDetective.jar"
137+
local jar="$out/share/java/DiffDetective/DiffDetective-jar-with-dependencies.jar"
138138
install -Dm644 "target/diffdetective-${version}-jar-with-dependencies.jar" "$jar"
139139
makeWrapper "${jre-minimal}/bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
140140
--prefix PATH : "${pkgs.graphviz}/bin"

0 commit comments

Comments
 (0)