From 6a3d548dba16729fd34cd561da4bcfa9d6df0f4c Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 8 Feb 2020 20:04:11 +0100 Subject: [PATCH] pythonPackages.sipsimple: executable bits are set with next release --- pkgs/development/python-modules/sipsimple/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/sipsimple/default.nix b/pkgs/development/python-modules/sipsimple/default.nix index 63425d2b8bde..29e278c211ab 100644 --- a/pkgs/development/python-modules/sipsimple/default.nix +++ b/pkgs/development/python-modules/sipsimple/default.nix @@ -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 '';