vowpal-wabbit: use boost17x

This commit is contained in:
Daniel Nagy 2021-06-09 22:56:36 +02:00
parent 83f6711464
commit f2e402f9cd
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, boost169, flatbuffers, fmt, rapidjson, spdlog, zlib }:
{ lib, stdenv, fetchFromGitHub, cmake, boost, flatbuffers, fmt, rapidjson, spdlog, zlib }:
stdenv.mkDerivation rec {
pname = "vowpal-wabbit";
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [
boost169
boost
flatbuffers
fmt
rapidjson

View file

@ -4359,7 +4359,9 @@ in
vorta = libsForQt5.callPackage ../applications/backup/vorta { };
vowpal-wabbit = callPackage ../applications/science/machine-learning/vowpal-wabbit { };
vowpal-wabbit = callPackage ../applications/science/machine-learning/vowpal-wabbit {
boost = boost17x;
};
utahfs = callPackage ../applications/networking/utahfs { };