forked from mirrors/nixpkgs
* Fix the download site for Python nose.
svn path=/nixpkgs/trunk/; revision=30465
This commit is contained in:
parent
70b5cbe558
commit
13551f95b5
|
@ -962,12 +962,12 @@ let pythonPackages = python.modules // rec {
|
|||
};
|
||||
});
|
||||
|
||||
nose = buildPythonPackage {
|
||||
nose = buildPythonPackage rec {
|
||||
name = "nose-1.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://somethingaboutorange.com/mrl/projects/nose/nose-1.0.0.tar.gz;
|
||||
sha256 = "0qm6q232h5r071gwfkiszkmfqc60k7abl15bk495lcdkk62m91db";
|
||||
url = "http://pypi.python.org/packages/source/n/nose/${name}.tar.gz";
|
||||
md5 = "47a4784c817afa6ef11a505b574584ed";
|
||||
};
|
||||
|
||||
# Fails with ‘This platform lacks a functioning sem_open
|
||||
|
|
Loading…
Reference in a new issue