forked from mirrors/nixpkgs
Merge pull request #38152 from pbogdan/gmtp-datapath
gmtp: pass --datapath in the wrapper
This commit is contained in:
commit
210d47471b
|
@ -17,6 +17,10 @@ stdenv.mkDerivation {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(--add-flags "--datapath \"$out/share\"");
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
|
||||
homepage = https://gmtp.sourceforge.io;
|
||||
|
|
Loading…
Reference in a new issue