liblinphone: fix strict deps

move python3 to nativeBuildInputs
This commit is contained in:
Reno Dakota 2024-06-19 04:58:30 +00:00
parent bf282d8921
commit 0809c206cc
No known key found for this signature in database

View File

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
jsoncpp
libxml2
(python3.withPackages (ps: [ ps.pystache ps.six ]))
sqlite
xercesc
zxing-cpp
@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
doxygen
(python3.withPackages (ps: [ ps.pystache ps.six ]))
];
strictDeps = true;