[cpan2nix] perlPackages.ModuleBuildWithXSpp: cleanup
This commit is contained in:
parent
9f58a45e5a
commit
4c621bf7e0
|
@ -9120,7 +9120,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SM/SMUELLER/${name}.tar.gz";
|
||||||
sha256 = "0d39fjg9c0n820bk3fb50vvlwhdny4hdl69xmlyzql5xzp4cicsk";
|
sha256 = "0d39fjg9c0n820bk3fb50vvlwhdny4hdl69xmlyzql5xzp4cicsk";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ExtUtilsXSpp ExtUtilsCppGuess ];
|
propagatedBuildInputs = [ ExtUtilsCppGuess ExtUtilsXSpp ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ModuleBuildXSUtil = buildPerlModule rec {
|
ModuleBuildXSUtil = buildPerlModule rec {
|
||||||
|
|
Loading…
Reference in New Issue