Merge pull request #214297 from NickCao/palemoon
palemoon: allow building with gcc 12
This commit is contained in:
commit
54d559dde0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
assert stdenv.cc.isGNU;
|
assert stdenv.cc.isGNU;
|
||||||
assert with lib.strings; (
|
assert with lib.strings; (
|
||||||
versionAtLeast stdenv.cc.version "7.1"
|
versionAtLeast stdenv.cc.version "7.1"
|
||||||
&& versionOlder stdenv.cc.version "12"
|
&& versionOlder stdenv.cc.version "13"
|
||||||
);
|
);
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue