Merge pull request #118900 from Luis-Hebendanz/fixing_firefox_issue_#118860
firefox/wrapper.nix: Fixed issue #118860
This commit is contained in:
commit
a451d399d3
@ -115,8 +115,7 @@ let
|
||||
};
|
||||
}
|
||||
) {} extensions;
|
||||
} //
|
||||
{
|
||||
} // lib.optionalAttrs usesNixExtensions {
|
||||
Extensions = {
|
||||
Install = lib.foldr (e: ret:
|
||||
ret ++ [ "${e.outPath}/${e.extid}.xpi" ]
|
||||
|
Loading…
Reference in New Issue
Block a user