Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion pkgs/by-name/tu/tuxguitar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
fluidsynth,
libpulseaudio,
lilv,
which,
wrapGAppsHook,
nixosTests,
}:

Expand All @@ -22,8 +24,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-FD1+7jV69E9AfTczjD6DOGD+pPlscg4o8A9ADBUM9B4=";
};

buildInputs = [
which
];

Comment thread
c31io marked this conversation as resolved.
Outdated
nativeBuildInputs = [
makeWrapper
wrapGAppsHook
Comment thread
c31io marked this conversation as resolved.
Outdated
];

installPhase = ''
Expand All @@ -36,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
ln -s $out/share $out/bin/share

wrapProgram $out/bin/tuxguitar \
--set JAVA "${jre}/bin/java" \
--set PATH "$PATH:${jre}/bin" \
Comment thread
c31io marked this conversation as resolved.
Outdated
--prefix LD_LIBRARY_PATH : "$out/lib/:${
lib.makeLibraryPath [
swt
Expand Down