File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,13 +136,15 @@ pkgs.stdenvNoCC.mkDerivation rec {
136136 install -Dm644 "target/diffdetective-$version.jar" "$out/share/java/DiffDetective.jar"
137137 local jar="$out/share/java/DiffDetective/DiffDetective-jar-with-dependencies.jar"
138138 install -Dm644 "target/diffdetective-$version-jar-with-dependencies.jar" "$jar"
139- makeWrapper "${ pkgs . jdk } /bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
139+ makeWrapper \
140+ "${ pkgs . jdk } /bin/java" "$out/bin/DiffDetective" \
141+ --add-flags "-cp \"$jar\"" \
140142 --prefix PATH : "${ pkgs . graphviz } /bin"
141143
142- # install documentation in "$out"
143144 ${
144145 if buildGitHubPages
145146 then ''
147+ # install documentation in "$out"
146148 mkdir "$out/share/github-pages"
147149 cp -r _site "$out/share/github-pages/DiffDetective"
148150 ''
You can’t perform that action at this time.
0 commit comments