lime: add boost to buildinputs to fix build after
soci is built with boost
This commit is contained in:
parent
980f14081f
commit
2287fbebc8
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
, lib
|
, lib
|
||||||
, soci
|
, soci
|
||||||
, sqlite
|
, sqlite
|
||||||
|
, boost
|
||||||
, stdenv
|
, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-11vvvA+pud/eOyYsbRKVvGfiyhwdhNPfRQSfaquUro8=";
|
sha256 = "sha256-11vvvA+pud/eOyYsbRKVvGfiyhwdhNPfRQSfaquUro8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bctoolbox soci belle-sip sqlite ];
|
buildInputs = [ bctoolbox soci belle-sip sqlite boost ];
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
# Do not build static libraries
|
# Do not build static libraries
|
||||||
|
|
Loading…
Reference in a new issue