arangodb: annotate gcc10Stdenv reasoning

Co-authored-by: Robert Scott <code@humanleg.org.uk>
This commit is contained in:
John Soo 2022-10-12 13:42:51 -07:00
parent cd06546e4e
commit 9f1e7c2f69
No known key found for this signature in database
GPG Key ID: D8A148F8CE4DDBC2

View File

@ -12,6 +12,8 @@
, which
}:
# Arango 3.10.0 officially only supports gcc11+, but seems to compile
# with 10
gcc10Stdenv.mkDerivation rec {
pname = "arangodb";
version = "3.10.0";