* Algorithm::Diff: the version in "name" didn't match the actual
package. svn path=/nixpkgs/trunk/; revision=14066
This commit is contained in:
parent
f670644846
commit
547207de28
1 changed files with 3 additions and 3 deletions
|
@ -4113,10 +4113,10 @@ let
|
|||
propagatedBuildInputs = [perlAlgorithmDiff];
|
||||
};
|
||||
|
||||
perlAlgorithmDiff = buildPerlPackage {
|
||||
name = "Algorithm-Diff-1.15";
|
||||
perlAlgorithmDiff = buildPerlPackage rec {
|
||||
name = "Algorithm-Diff-1.1901";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1901.zip;
|
||||
url = "mirror://cpan/authors/id/T/TY/TYEMQ/${name}.zip";
|
||||
sha256 = "0qk60fi49mpyvnfpjd2dzcmya8x3g5zfgb2hrnl7a5krn045g6i2";
|
||||
};
|
||||
buildInputs = [unzip];
|
||||
|
|
Loading…
Reference in a new issue