mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #319536 from katexochen/igvm-tooling/adopt
igvm-tooling: add katexochen as maintainer
This commit is contained in:
commit
946790278e
@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ acpica-tools ];
|
nativeBuildInputs = [ acpica-tools ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = (with python3.pkgs; [
|
||||||
setuptools
|
setuptools
|
||||||
ecdsa
|
ecdsa
|
||||||
cstruct
|
cstruct
|
||||||
@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
pytest
|
pytest
|
||||||
cached-property
|
cached-property
|
||||||
frozendict
|
frozendict
|
||||||
] ++ [
|
]) ++ [
|
||||||
acpica-tools
|
acpica-tools
|
||||||
which
|
which
|
||||||
];
|
];
|
||||||
@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
description = "IGVM Image Generator";
|
description = "IGVM Image Generator";
|
||||||
homepage = "https://github.com/microsoft/igvm-tooling";
|
homepage = "https://github.com/microsoft/igvm-tooling";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [ lib.maintainers.malt3 ];
|
maintainers = with lib.maintainers; [ malt3 katexochen ];
|
||||||
changelog = "https://github.com/microsoft/igvm-tooling/releases/tag/igvm-${version}";
|
changelog = "https://github.com/microsoft/igvm-tooling/releases/tag/igvm-${version}";
|
||||||
mainProgram = "igvmgen";
|
mainProgram = "igvmgen";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user