palemoon: 28.12.0 -> 28.13.0
This commit is contained in:
parent
d31ddcb42c
commit
5efe403c93
@ -16,13 +16,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "palemoon";
|
pname = "palemoon";
|
||||||
version = "28.12.0";
|
version = "28.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MoonchildProductions";
|
owner = "MoonchildProductions";
|
||||||
repo = "Pale-Moon";
|
repo = "Pale-Moon";
|
||||||
rev = "${version}_Release";
|
rev = "${version}_Release";
|
||||||
sha256 = "1cc75972nhmxkkynkky1m2fijbf3qlzvpxsd98mxlx0b7h4d3l5l";
|
sha256 = "1lza6239kb32wnwd9cwddn11npg1qx7p69l7qy63h9c59w29iypa";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -88,12 +88,16 @@ in stdenv.mkDerivation rec {
|
|||||||
ac_add_options --disable-debug
|
ac_add_options --disable-debug
|
||||||
ac_add_options --disable-necko-wifi
|
ac_add_options --disable-necko-wifi
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
|
|
||||||
ac_add_options --with-pthreads
|
ac_add_options --with-pthreads
|
||||||
|
|
||||||
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
|
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
|
||||||
ac_add_options --enable-official-branding
|
ac_add_options --enable-official-branding
|
||||||
export MOZILLA_OFFICIAL=1
|
export MOZILLA_OFFICIAL=1
|
||||||
|
|
||||||
|
# For versions after 28.12.0
|
||||||
|
ac_add_options --enable-phoenix-extensions
|
||||||
|
|
||||||
ac_add_options --x-libraries=${lib.makeLibraryPath [ xorg.libX11 ]}
|
ac_add_options --x-libraries=${lib.makeLibraryPath [ xorg.libX11 ]}
|
||||||
|
|
||||||
export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION
|
export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user