boost: Update depdendent packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, scons, pkgconfig, openssl, protobuf, boost155, zlib}:
|
||||
{ stdenv, fetchurl, scons, pkgconfig, openssl, protobuf, boost, zlib}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rippled-${version}";
|
||||
@@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./scons-env.patch ];
|
||||
|
||||
buildInputs = [ scons pkgconfig openssl protobuf boost155 zlib ];
|
||||
buildInputs = [ scons pkgconfig openssl protobuf boost zlib ];
|
||||
|
||||
RIPPLED_BOOST_HOME = boost155.out;
|
||||
RIPPLED_BOOST_HOME = boost.out;
|
||||
RIPPLED_ZLIB_HOME = zlib.out;
|
||||
buildPhase = "scons build/rippled";
|
||||
|
||||
@@ -29,4 +29,4 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.isc;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user