arangodb: stdenv->gcc10Stdenv to compile

It seems that gcc11 - though reportedly supported - introduced some
constraint that arangodb fails to compile with.
This commit is contained in:
John Soo
2022-10-30 10:22:17 -07:00
parent b671f4f09f
commit 56eecdae11
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ gcc10Stdenv
, git
, lib
, fetchFromGitHub
@@ -12,7 +12,7 @@
, which
}:
stdenv.mkDerivation rec {
gcc10Stdenv.mkDerivation rec {
pname = "arangodb";
version = "3.10.0";