[cpan2nix] perlPackages.ReadonlyXS: cleanup

This commit is contained in:
volth 2018-04-07 07:56:04 +00:00
parent 91f5c80457
commit 8e5915b474
1 changed files with 1 additions and 0 deletions

View File

@ -12094,6 +12094,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RO/ROODE/${name}.tar.gz";
sha256 = "8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d";
};
propagatedBuildInputs = [ Readonly ];
};
Redis = buildPerlPackage rec {