mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Fix default icon location in 'wrapFirefox'
This commit is contained in:
parent
c2760bbb03
commit
24f3070a85
1 changed files with 1 additions and 1 deletions
|
@ -9994,7 +9994,7 @@ let
|
|||
|
||||
wrapFirefox =
|
||||
{ browser, browserName ? "firefox", desktopName ? "Firefox", nameSuffix ? ""
|
||||
, icon ? "${browser}/lib/${browser.name}/icons/mozicon128.png" }:
|
||||
, icon ? "${browser}/lib/${browser.name}/browser/icons/mozicon128.png" }:
|
||||
let
|
||||
cfg = stdenv.lib.attrByPath [ browserName ] {} config;
|
||||
enableAdobeFlash = cfg.enableAdobeFlash or false;
|
||||
|
|
Loading…
Reference in a new issue