tuxguitar: nixfmt

This commit is contained in:
Celio Grand 2024-11-20 02:51:58 +08:00
parent 9660fc3945
commit 63b1496a2c

View File

@ -44,7 +44,12 @@ stdenv.mkDerivation (finalAttrs: {
postFixup = ''
wrapProgram $out/bin/tuxguitar \
"''${gappsWrapperArgs[@]}" \
--prefix PATH : ${lib.makeBinPath [ jre which ]} \
--prefix PATH : ${
lib.makeBinPath [
jre
which
]
} \
--prefix LD_LIBRARY_PATH : "$out/lib/:${
lib.makeLibraryPath [
swt