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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user