python311Packages.minidump: refactor
This commit is contained in:
parent
3721ab0f22
commit
35d88a9101
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-964JuUTzsXzPXOzGb5/1p6RbBTR0oTrrAS9MkgRHBDc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
# Upstream doesn't have tests
|
||||
doCheck = false;
|
||||
@ -27,10 +27,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library to parse and read Microsoft minidump file format";
|
||||
mainProgram = "minidump";
|
||||
homepage = "https://github.com/skelsec/minidump";
|
||||
changelog = "https://github.com/skelsec/minidump/releases/tag/${version}";
|
||||
license = with licenses; [ mit ];
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "minidump";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user