forked from mirrors/nixpkgs
vowpal-wabbit: use boost17x
This commit is contained in:
parent
83f6711464
commit
f2e402f9cd
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue