Merge pull request #38152 from pbogdan/gmtp-datapath

gmtp: pass --datapath in the wrapper
This commit is contained in:
Matthew Justin Bauer 2018-04-17 09:56:46 -05:00 committed by GitHub
commit 210d47471b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;