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-26 17:40:29 -07:00
parent b671f4f09f
commit 56eecdae11
No known key found for this signature in database
GPG Key ID: D8A148F8CE4DDBC2

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";