Merge pull request #93689 from gnidorah/rambox
rambox: use gappsWrapperArgs
This commit is contained in:
commit
4f5278b2de
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user