1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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 ];