1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.dissect-ntfs: refactor

This commit is contained in:
Fabian Affolter 2024-09-11 11:50:21 +02:00 committed by GitHub
parent b58824e4e6
commit 89edc98b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.12";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,12 +24,12 @@ buildPythonPackage rec {
hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dissect-cstruct
dissect-util
];