We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c95b3e3 + e6fe1b9 commit c2b7230Copy full SHA for c2b7230
pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -50,7 +50,7 @@ let
50
# https://mozilla.github.io/policy-templates/
51
, extraPolicies ? {}
52
, extraPoliciesFiles ? []
53
- , libName ? browser.libName or "firefox" # Important for tor package or the like
+ , libName ? browser.libName or applicationName # Important for tor package or the like
54
, nixExtensions ? null
55
}:
56
0 commit comments