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:
parent
b671f4f09f
commit
56eecdae11
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user