firefox-bin: wrap firefox-bin (close #12416)
This commit is contained in:
parent
1a4ab04e29
commit
fba7544812
@ -60,7 +60,7 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-bin-${version}";
|
||||
name = "firefox-bin-unwrapped-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download-installer.cdn.mozilla.net/pub/firefox/releases/${version}/${source.arch}/${source.locale}/firefox-${version}.tar.bz2";
|
||||
|
@ -11864,11 +11864,18 @@ let
|
||||
firefox = wrapFirefox firefox-unwrapped { };
|
||||
firefox-esr = wrapFirefox firefox-esr-unwrapped { };
|
||||
|
||||
firefox-bin = callPackage ../applications/networking/browsers/firefox-bin {
|
||||
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {
|
||||
gconf = pkgs.gnome.GConf;
|
||||
inherit (pkgs.gnome) libgnome libgnomeui;
|
||||
};
|
||||
|
||||
firefox-bin = wrapFirefox firefox-bin-unwrapped {
|
||||
browserName = "firefox";
|
||||
name = "firefox-bin-" +
|
||||
(builtins.parseDrvName firefox-bin-unwrapped.name).version;
|
||||
desktopName = "Firefox";
|
||||
};
|
||||
|
||||
firestr = qt5.callPackage ../applications/networking/p2p/firestr
|
||||
{ boost = boost155;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user