Skip to content

Commit c59db0e

Browse files
committed
nix: Improve some code formatting
1 parent 81e033c commit c59db0e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
''

0 commit comments

Comments
 (0)