Merge pull request #93689 from gnidorah/rambox

rambox: use gappsWrapperArgs
This commit is contained in:
Maximilian Bosch
2020-07-24 17:46:41 +02:00
committed by GitHub

View File

@@ -35,8 +35,10 @@ in stdenv.mkDerivation rec {
--replace Exec=/opt/Rambox/rambox Exec=rambox
'';
postFixup = ''
wrapProgram $out/opt/Rambox/rambox --prefix PATH : ${xdg_utils}/bin
preFixup = ''
gappsWrapperArgs+=(
--prefix PATH : ${xdg_utils}/bin
)
'';
meta = with stdenv.lib; {