mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +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 ];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
propagatedBuildInputs = (with python3.pkgs; [
|
||||
setuptools
|
||||
ecdsa
|
||||
cstruct
|
||||
@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pytest
|
||||
cached-property
|
||||
frozendict
|
||||
] ++ [
|
||||
]) ++ [
|
||||
acpica-tools
|
||||
which
|
||||
];
|
||||
@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "IGVM Image Generator";
|
||||
homepage = "https://github.com/microsoft/igvm-tooling";
|
||||
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}";
|
||||
mainProgram = "igvmgen";
|
||||
platforms = lib.platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user