[cpan2nix] perlPackages.ModuleBuildWithXSpp: cleanup

This commit is contained in:
volth 2018-04-07 07:56:19 +00:00
parent 9f58a45e5a
commit 4c621bf7e0
1 changed files with 1 additions and 1 deletions

View File

@ -9120,7 +9120,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
sha256 = "0d39fjg9c0n820bk3fb50vvlwhdny4hdl69xmlyzql5xzp4cicsk";
};
propagatedBuildInputs = [ ExtUtilsXSpp ExtUtilsCppGuess ];
propagatedBuildInputs = [ ExtUtilsCppGuess ExtUtilsXSpp ];
};
ModuleBuildXSUtil = buildPerlModule rec {