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
commit 4f5278b2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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