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:
parent
2e5cb0cb5b
commit
ac1122f264
|
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||
|
||||
preConfigure = ''
|
||||
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
|
||||
export LD=$CC
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue