Commit c42909d3 authored by Weijia Wang's avatar Weijia Wang
Browse files

liblinphone: fix build

parent d2f79d74
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
{ bctoolbox
{ lib
, bc-soci
, belcard
, belle-sip
, belr
, cmake
, doxygen
, fetchFromGitLab
@@ -10,12 +10,9 @@
, lime
, mediastreamer
, python3
, bc-soci
, sqlite
, lib
, stdenv
, xercesc
, zxing-cpp
}:

stdenv.mkDerivation rec {
@@ -41,6 +38,7 @@ stdenv.mkDerivation rec {
    "-DENABLE_STATIC=NO" # Do not build static libraries
    "-DENABLE_UNIT_TESTS=NO" # Do not build test executables
    "-DENABLE_STRICT=NO" # Do not build with -Werror
    "-DENABLE_QRCODE=NO" # Does not build with zxing-cpp 2
  ];

  buildInputs = [
@@ -58,7 +56,6 @@ stdenv.mkDerivation rec {
    (python3.withPackages (ps: [ ps.pystache ps.six ]))
    sqlite
    xercesc
    zxing-cpp
  ];

  nativeBuildInputs = [