firefox: set better default for libName (#340288)

authored by Sandro and committed by GitHub c2b72304 c95b3e39

+1 -1
+1 -1
pkgs/applications/networking/browsers/firefox/wrapper.nix
··· 50 # https://mozilla.github.io/policy-templates/ 51 , extraPolicies ? {} 52 , extraPoliciesFiles ? [] 53 - , libName ? browser.libName or "firefox" # Important for tor package or the like 54 , nixExtensions ? null 55 }: 56
··· 50 # https://mozilla.github.io/policy-templates/ 51 , extraPolicies ? {} 52 , extraPoliciesFiles ? [] 53 + , libName ? browser.libName or applicationName # Important for tor package or the like 54 , nixExtensions ? null 55 }: 56