[cpan2nix] perlPackages.CryptOpenPGP: cleanup
This commit is contained in:
@@ -4071,7 +4071,7 @@ let
|
|||||||
../development/perl-modules/crypt-openpgp-remove-impure-keygen-tests.patch
|
../development/perl-modules/crypt-openpgp-remove-impure-keygen-tests.patch
|
||||||
];
|
];
|
||||||
buildInputs = [ TestException ];
|
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;
|
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
@@ -4084,6 +4084,7 @@ let
|
|||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.sgo ];
|
maintainers = [ maintainers.sgo ];
|
||||||
};
|
};
|
||||||
|
doCheck = false; /* test fails with 'No random source available!' */
|
||||||
};
|
};
|
||||||
|
|
||||||
CryptOpenSSLAES = buildPerlPackage {
|
CryptOpenSSLAES = buildPerlPackage {
|
||||||
|
|||||||
Reference in New Issue
Block a user