oxen: stdenv -> gcc10Stdenv
This commit is contained in:
parent
edd13b5528
commit
32e76212c5
1 changed files with 2 additions and 3 deletions
|
@ -31231,9 +31231,8 @@ with pkgs;
|
|||
boost = boost17x;
|
||||
};
|
||||
|
||||
oxen = callPackage ../applications/blockchains/oxen {
|
||||
boost = boost17x;
|
||||
};
|
||||
oxen = callPackage ../applications/blockchains/oxen
|
||||
{ stdenv = gcc10StdenvCompat; boost = boost17x; };
|
||||
|
||||
masari = callPackage ../applications/blockchains/masari { boost = boost165; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue