palemoon: allow building with gcc 12

This commit is contained in:
Nick Cao 2023-02-03 10:25:04 +08:00
parent be7e5adb8d
commit 8e517baa88
No known key found for this signature in database

View File

@ -40,7 +40,7 @@
assert stdenv.cc.isGNU;
assert with lib.strings; (
versionAtLeast stdenv.cc.version "7.1"
&& versionOlder stdenv.cc.version "12"
&& versionOlder stdenv.cc.version "13"
);
stdenv.mkDerivation rec {