[cpan2nix] perlPackages.CryptDES: cleanup

This commit is contained in:
volth 2018-04-07 07:51:26 +00:00
parent 530e686af0
commit c8ccfd48b2

View file

@ -2703,7 +2703,6 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/D/DP/DPARIS/${name}.tar.gz";
sha256 = "1rypxlhpd1jc0c327aghgl9y6ls47drmpvn0a40b4k3vhfsypc9d";
};
buildInputs = [CryptCBC];
};
CryptDH = buildPerlPackage rec {