[cpan2nix] perlPackages.CryptMySQL: cleanup
This commit is contained in:
parent
9a33c5f8ed
commit
cccdb0907d
1 changed files with 2 additions and 2 deletions
|
@ -2797,13 +2797,13 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
CryptMySQL = buildPerlPackage rec {
|
||||
CryptMySQL = buildPerlModule rec {
|
||||
name = "Crypt-MySQL-0.04";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/I/IK/IKEBE/${name}.tar.gz";
|
||||
sha256 = "93ebdfaaefcfe9ab683f0121c85f24475d8197f0bcec46018219e4111434dde3";
|
||||
};
|
||||
propagatedBuildInputs = [DigestSHA1];
|
||||
propagatedBuildInputs = [ DigestSHA1 ];
|
||||
};
|
||||
|
||||
CryptRijndael = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue