mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
python3Packages: more fixes
This commit is contained in:
parent
ede4ec6eea
commit
3eb2e2b4eb
@ -7146,6 +7146,7 @@ rec {
|
|||||||
robotframework-ride = buildPythonPackage rec {
|
robotframework-ride = buildPythonPackage rec {
|
||||||
version = "1.2.3";
|
version = "1.2.3";
|
||||||
name = "robotframework-ride-${version}";
|
name = "robotframework-ride-${version}";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://robotframework-ride.googlecode.com/files/${name}.tar.gz";
|
url = "https://robotframework-ride.googlecode.com/files/${name}.tar.gz";
|
||||||
@ -9190,6 +9191,9 @@ rec {
|
|||||||
zope_interface zope_location zope_publisher zope_schema zope_traversing
|
zope_interface zope_location zope_publisher zope_schema zope_traversing
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# all tests fail
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/z/zope.browserresource/zope.browserresource-4.0.1.zip";
|
url = "https://pypi.python.org/packages/source/z/zope.browserresource/zope.browserresource-4.0.1.zip";
|
||||||
md5 = "81bbe92c1f04725561470f89d73222c5";
|
md5 = "81bbe92c1f04725561470f89d73222c5";
|
||||||
|
Loading…
Reference in New Issue
Block a user