mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
python3Packages.{pagerduty,sipsimple}: disable
This commit is contained in:
parent
f4b5671b0d
commit
5c251eb3a0
|
@ -5866,6 +5866,7 @@ let
|
|||
pagerduty = buildPythonPackage rec {
|
||||
name = "pagerduty-${version}";
|
||||
version = "0.2.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pagerduty/pagerduty-${version}.tar.gz";
|
||||
|
@ -8460,6 +8461,7 @@ let
|
|||
sipsimple = buildPythonPackage rec {
|
||||
name = "sipsimple-${version}";
|
||||
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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue