mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
perlPackages.ScalarString: Depend on ModuleBuild
This commit is contained in:
parent
aa73eadc1c
commit
ce5914c898
@ -10307,6 +10307,7 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
|
||||
sha256 = "d3a45cc137bb9f7d8848d5a10a5142d275a98f8dcfd3adb60593cee9d33fa6ae";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
};
|
||||
|
||||
ScopeGuard = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user