[cpan2nix] perlPackages.CryptOpenPGP: cleanup
This commit is contained in:
parent
731ca9e91c
commit
365e402bd1
@ -4071,7 +4071,7 @@ let
|
||||
../development/perl-modules/crypt-openpgp-remove-impure-keygen-tests.patch
|
||||
];
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [ AltCryptRSABigInt CryptBlowfish CryptCAST5_PP CryptDES_EDE3 CryptDSA CryptIDEA CryptRIPEMD160 CryptRijndael CryptTwofish DataBuffer FileHomeDir LWP TermReadKey URI BytesRandomSecure ];
|
||||
propagatedBuildInputs = [ AltCryptRSABigInt CryptCAST5_PP CryptDES_EDE3 CryptDSA CryptIDEA CryptRIPEMD160 CryptRijndael CryptTwofish FileHomeDir LWP ];
|
||||
|
||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
@ -4084,6 +4084,7 @@ let
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.sgo ];
|
||||
};
|
||||
doCheck = false; /* test fails with 'No random source available!' */
|
||||
};
|
||||
|
||||
CryptOpenSSLAES = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user