palemoon: use gcc7, remove build notification

Changes as requested in https://github.com/NixOS/nixpkgs/pull/69206
This commit is contained in:
Christoph Neidahl 2019-12-31 04:32:43 +01:00
parent cfd013813e
commit f7bd1742f1
2 changed files with 3 additions and 2 deletions

View File

@ -55,6 +55,7 @@ in stdenv.mkDerivation rec {
configurePhase = ''
export MOZBUILD_STATE_PATH=$(pwd)/mozbuild
export MOZCONFIG=$(pwd)/mozconfig
export MOZ_NOSPAM=1
export builddir=$(pwd)/pmbuild
echo > $MOZCONFIG "

View File

@ -20621,8 +20621,8 @@ in
osmo = callPackage ../applications/office/osmo { };
palemoon = callPackage ../applications/networking/browsers/palemoon {
# https://forum.palemoon.org/viewtopic.php?f=57&t=15296#p111146
stdenv = gcc49Stdenv;
# https://www.palemoon.org/sourcecode.shtml
stdenv = gcc7Stdenv;
};
pamix = callPackage ../applications/audio/pamix { };