mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tuxguitar: nixfmt
This commit is contained in:
parent
9660fc3945
commit
63b1496a2c
@ -44,7 +44,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/tuxguitar \
|
wrapProgram $out/bin/tuxguitar \
|
||||||
"''${gappsWrapperArgs[@]}" \
|
"''${gappsWrapperArgs[@]}" \
|
||||||
--prefix PATH : ${lib.makeBinPath [ jre which ]} \
|
--prefix PATH : ${
|
||||||
|
lib.makeBinPath [
|
||||||
|
jre
|
||||||
|
which
|
||||||
|
]
|
||||||
|
} \
|
||||||
--prefix LD_LIBRARY_PATH : "$out/lib/:${
|
--prefix LD_LIBRARY_PATH : "$out/lib/:${
|
||||||
lib.makeLibraryPath [
|
lib.makeLibraryPath [
|
||||||
swt
|
swt
|
||||||
|
Loading…
Reference in New Issue
Block a user