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 --replace Exec=/opt/Rambox/rambox Exec=rambox
''; '';
postFixup = '' preFixup = ''
wrapProgram $out/opt/Rambox/rambox --prefix PATH : ${xdg_utils}/bin gappsWrapperArgs+=(
--prefix PATH : ${xdg_utils}/bin
)
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {