mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tuxguitar: nixfmt
This commit is contained in:
parent
9660fc3945
commit
63b1496a2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user