mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perlPackages.AuthenPassphrase: Depend on ModuleBuild
This commit is contained in:
parent
2d182a2992
commit
fb7ebfb8a6
@ -431,6 +431,7 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
|
||||
sha256 = "55db4520617d859d88c0ee54965da815b7226d792b8cdc8debf92073559e0463";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ModuleRuntime ParamsClassify CryptPasswdMD5 CryptDES
|
||||
DataEntropy CryptUnixCryptXS CryptEksblowfish CryptMySQL DigestMD4 AuthenDecHpwd];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user