Skip to content

Commit c2b7230

Browse files
firefox: set better default for libName (#340288)
2 parents c95b3e3 + e6fe1b9 commit c2b7230

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/browsers/firefox

1 file changed

+1
-1
lines changed

pkgs/applications/networking/browsers/firefox/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let
5050
# https://mozilla.github.io/policy-templates/
5151
, extraPolicies ? {}
5252
, extraPoliciesFiles ? []
53-
, libName ? browser.libName or "firefox" # Important for tor package or the like
53+
, libName ? browser.libName or applicationName # Important for tor package or the like
5454
, nixExtensions ? null
5555
}:
5656

0 commit comments

Comments
 (0)