liblinphone: add boost to buildinputs to fix build after
soci is built with boost
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user