Merge pull request #258637 from wegank/liblinphone-fix

This commit is contained in:
Artturi
2023-10-08 03:32:30 +03:00
committed by GitHub
@@ -1,7 +1,7 @@
{ 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 = [