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