mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +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
|
||||
if package == null then
|
||||
null
|
||||
else if isDarwin then
|
||||
package
|
||||
else if isWrapped then
|
||||
package.override (old: {
|
||||
cfg = old.cfg or { } // fcfg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue