pythonPackages.sipsimple: use c compiler for linkage

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:51 +00:00
parent 2e5cb0cb5b
commit ac1122f264

View File

@ -25,6 +25,7 @@ buildPythonPackage rec {
preConfigure = ''
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
export LD=$CC
'';
nativeBuildInputs = [ pkgs.pkgconfig ];