[cpan2nix] perlPackages.Redis: cleanup
This commit is contained in:
parent
932d03abab
commit
6adfd5f0f4
1 changed files with 1 additions and 1 deletions
|
@ -12277,7 +12277,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ Readonly ];
|
propagatedBuildInputs = [ Readonly ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Redis = buildPerlPackage rec {
|
Redis = buildPerlModule rec {
|
||||||
name = "Redis-1.991";
|
name = "Redis-1.991";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
||||||
|
|
Loading…
Reference in a new issue