pythonPackages.sipsimple: executable bits are set with next release

This commit is contained in:
Pascal Wittmann 2020-02-08 20:04:11 +01:00
parent eed6151f2d
commit 6a3d548dba
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -25,7 +25,10 @@ buildPythonPackage rec {
};
preConfigure = ''
# TODO: Executable bits are set by upstream with the next release
# see AGProjects/python-sipsimple/commit/a36d66cf758afb43c59f7ac48b193c4148eb1848
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
export LD=$CC
'';