liblinphone: add boost to buildinputs to fix build after

soci is built with boost
This commit is contained in:
Artturin 2021-10-13 22:16:38 +03:00
parent 2287fbebc8
commit 5763d8c2f4

@ -35,6 +35,7 @@
, python3 , python3
, readline , readline
, soci , soci
, boost
, speex , speex
, sqlite , sqlite
, lib, stdenv , lib, stdenv
@ -93,6 +94,7 @@ stdenv.mkDerivation rec {
pango pango
readline readline
soci soci
boost
speex speex
sqlite sqlite
udev udev