lime: add boost to buildinputs to fix build after

soci is built with boost
main
Artturin 3 years ago
parent 980f14081f
commit 2287fbebc8
  1. 3
      pkgs/development/libraries/lime/default.nix

@ -5,6 +5,7 @@
, lib
, soci
, sqlite
, boost
, stdenv
}:
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-11vvvA+pud/eOyYsbRKVvGfiyhwdhNPfRQSfaquUro8=";
};
buildInputs = [ bctoolbox soci belle-sip sqlite ];
buildInputs = [ bctoolbox soci belle-sip sqlite boost ];
nativeBuildInputs = [ cmake ];
# Do not build static libraries

Loading…
Cancel
Save