firefox/wrapper.nix: Fixed issue #118860
This commit is contained in:
Bernardo Meurer 2021-04-10 22:18:22 +00:00 committed by GitHub
commit a451d399d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,8 +115,7 @@ let
}; };
} }
) {} extensions; ) {} extensions;
} // } // lib.optionalAttrs usesNixExtensions {
{
Extensions = { Extensions = {
Install = lib.foldr (e: ret: Install = lib.foldr (e: ret:
ret ++ [ "${e.outPath}/${e.extid}.xpi" ] ret ++ [ "${e.outPath}/${e.extid}.xpi" ]