[cpan2nix] perlPackages.libxml_perl: cleanup
This commit is contained in:
parent
28a37c7832
commit
66d24e142d
1 changed files with 1 additions and 1 deletions
|
@ -7975,7 +7975,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/K/KM/KMACLEOD/${name}.tar.gz";
|
||||
sha256 = "1jy9af0ljyzj7wakqli0437zb2vrbplqj4xhab7bfj2xgfdhawa5";
|
||||
};
|
||||
propagatedBuildInputs = [XMLParser];
|
||||
propagatedBuildInputs = [ XMLParser ];
|
||||
};
|
||||
|
||||
LinguaENFindNumber = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue