disable some python packages
This commit is contained in:
parent
68dd644458
commit
7b7a997a35
@ -2884,6 +2884,7 @@ in modules // {
|
|||||||
mixpanel = buildPythonPackage rec {
|
mixpanel = buildPythonPackage rec {
|
||||||
version = "4.0.2";
|
version = "4.0.2";
|
||||||
name = "mixpanel-${version}";
|
name = "mixpanel-${version}";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchzip {
|
src = pkgs.fetchzip {
|
||||||
url = "https://github.com/mixpanel/mixpanel-python/archive/${version}.zip";
|
url = "https://github.com/mixpanel/mixpanel-python/archive/${version}.zip";
|
||||||
@ -16228,6 +16229,7 @@ in modules // {
|
|||||||
|
|
||||||
rpkg = buildPythonPackage (rec {
|
rpkg = buildPythonPackage (rec {
|
||||||
name = "rpkg-1.14";
|
name = "rpkg-1.14";
|
||||||
|
disabled = !isPy27;
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ mornfall ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user