perlPackages.ExtUtilsBuilderCompiler: init at 0.037

Dependency of Dist::Build.

Assisted-by: Claude Code (Claude Opus 4.8)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist 2026-06-18 16:25:40 +02:00
commit 47c2f1daf9

View file

@ -12573,6 +12573,27 @@ with self;
};
};
ExtUtilsBuilderCompiler = buildPerlPackage {
pname = "ExtUtils-Builder-Compiler";
version = "0.037";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-Builder-Compiler-0.037.tar.gz";
hash = "sha256-s5VNaI45gDkoUnkWfG6+7nVX8Q6VYBzj/baBkyY2h7g=";
};
propagatedBuildInputs = [
ExtUtilsBuilder
ExtUtilsConfig
];
meta = {
description = "Interface around different compilers";
homepage = "https://github.com/Leont/extutils-builder-compiler";
license = with lib.licenses; [
artistic1
gpl1Plus
];
};
};
ExtUtilsCChecker = buildPerlModule {
pname = "ExtUtils-CChecker";
version = "0.11";