rambox: use gappsWrapperArgs

This commit is contained in:
gnidorah 2020-07-23 08:04:00 +03:00
parent 399b1773c1
commit aa7ebdd885

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