python3Packages.{pagerduty,sipsimple}: disable

This commit is contained in:
Domen Kožar 2014-10-21 15:58:29 +02:00
parent f4b5671b0d
commit 5c251eb3a0
1 changed files with 2 additions and 0 deletions
pkgs/top-level

View File

@ -5866,6 +5866,7 @@ let
pagerduty = buildPythonPackage rec { pagerduty = buildPythonPackage rec {
name = "pagerduty-${version}"; name = "pagerduty-${version}";
version = "0.2.1"; version = "0.2.1";
disabled = isPy3k;
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pagerduty/pagerduty-${version}.tar.gz"; url = "https://pypi.python.org/packages/source/p/pagerduty/pagerduty-${version}.tar.gz";
@ -8460,6 +8461,7 @@ let
sipsimple = buildPythonPackage rec { sipsimple = buildPythonPackage rec {
name = "sipsimple-${version}"; name = "sipsimple-${version}";
version = "1.4.2"; version = "1.4.2";
disabled = isPy3k;
configurePhase = "find -name 'configure' -exec chmod a+x {} \\; ; find -name 'aconfigure' -exec chmod a+x {} \\; ; ${python}/bin/${python.executable} setup.py build_ext --pjsip-clean-compile"; configurePhase = "find -name 'configure' -exec chmod a+x {} \\; ; find -name 'aconfigure' -exec chmod a+x {} \\; ; ${python}/bin/${python.executable} setup.py build_ext --pjsip-clean-compile";