rippled: unpin protobuf
Fails the same three tests as on hydra, so no regression.
This commit is contained in:
parent
a222ca468e
commit
0aee87185d
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchgit, fetchurl, git, cmake, pkg-config
|
{ lib, stdenv, fetchgit, fetchurl, git, cmake, pkg-config
|
||||||
, openssl, boost, grpc, abseil-cpp, protobuf3_8, libnsl }:
|
, openssl, boost, grpc, abseil-cpp, protobuf, libnsl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
sqlite3 = fetchurl rec {
|
sqlite3 = fetchurl rec {
|
||||||
@ -130,7 +130,7 @@ in stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = ["-Dstatic=OFF" "-DBoost_NO_BOOST_CMAKE=ON"];
|
cmakeFlags = ["-Dstatic=OFF" "-DBoost_NO_BOOST_CMAKE=ON"];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config cmake git ];
|
nativeBuildInputs = [ pkg-config cmake git ];
|
||||||
buildInputs = [ openssl openssl.dev boostSharedStatic grpc abseil-cpp protobuf3_8 libnsl ];
|
buildInputs = [ openssl openssl.dev boostSharedStatic grpc abseil-cpp protobuf libnsl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export HOME=$PWD
|
export HOME=$PWD
|
||||||
|
Loading…
Reference in New Issue
Block a user