rambox: use gappsWrapperArgs
This commit is contained in:
parent
399b1773c1
commit
aa7ebdd885
1 changed files with 4 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue