mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
5ebb6bf806
commit
47c2f1daf9
1 changed files with 21 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue