mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-15 05:21:06 +01:00
mkFirefoxModule: support wrapped darwin derivations (#6913)
Wrapped firefox support was added for Darwin. We can now pass the extra parameters to wrap firefox on Darwin.
This commit is contained in:
parent
7b2aae3fb3
commit
9c46dc881c
1 changed files with 0 additions and 2 deletions
|
|
@ -190,8 +190,6 @@ let
|
||||||
in
|
in
|
||||||
if package == null then
|
if package == null then
|
||||||
null
|
null
|
||||||
else if isDarwin then
|
|
||||||
package
|
|
||||||
else if isWrapped then
|
else if isWrapped then
|
||||||
package.override (old: {
|
package.override (old: {
|
||||||
cfg = old.cfg or { } // fcfg;
|
cfg = old.cfg or { } // fcfg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue