firefox-esr-52: use gcc6

This commit is contained in:
volth
2019-04-01 06:36:02 +00:00
committed by GitHub
parent edbb386dc6
commit 1c290ea724

View File

@@ -1,4 +1,4 @@
{ lib, callPackage, stdenv, fetchurl, fetchFromGitHub, fetchpatch, python3 }:
{ lib, callPackage, stdenv, fetchurl, fetchFromGitHub, fetchpatch, python3, overrideCC, gccStdenv, gcc6 }:
let
@@ -59,6 +59,7 @@ rec {
knownVulnerabilities = [ "Support ended in August 2018." ];
};
}).override {
stdenv = overrideCC gccStdenv gcc6; # gcc7 fails with "undefined reference to `__divmoddi4'"
gtk3Support = false;
};