arangodb: annotate gcc10Stdenv reasoning

Co-authored-by: Robert Scott <code@humanleg.org.uk>
This commit is contained in:
John Soo
2022-10-30 10:22:15 -07:00
co-authored by Robert Scott
parent cd06546e4e
commit 9f1e7c2f69
+2
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";