pythonPackages.sipsimple: use c compiler for linkage
This commit is contained in:
@@ -25,6 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
preConfigure = ''
|
||||
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
|
||||
export LD=$CC
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
|
||||
Reference in New Issue
Block a user