Skip to content

Commit

Permalink
python311Packages.dissect: add new modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 26, 2024
1 parent cd309fd commit 1f4fea5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkgs/development/python-modules/dissect/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, dissect-btrfs
, dissect-cim
, dissect-clfs
, dissect-cobaltstrike
Expand All @@ -8,11 +9,12 @@
, dissect-etl
, dissect-eventlog
, dissect-evidence
, dissect-executable
, dissect-extfs
, dissect-fat
, dissect-ffs
, dissect-executable
, dissect-hypervisor
, dissect-jffs
, dissect-ntfs
, dissect-ole
, dissect-regf
Expand All @@ -26,14 +28,15 @@
, dissect-xfs
, fetchFromGitHub
, pythonOlder
, pythonRelaxDepsHook
, setuptools
, setuptools-scm
}:

buildPythonPackage rec {
pname = "dissect";
version = "3.11";
format = "pyproject";
pyproject = true;

disabled = pythonOlder "3.9";

Expand All @@ -44,12 +47,16 @@ buildPythonPackage rec {
hash = "sha256-6y+p+Ulc1Viu5s1AL/ecVtO4YRnmem/ZleY8xC4CJrU=";
};

pythonRelaxDeps = true;

nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
setuptools-scm
];

propagatedBuildInputs = [
dissect-btrfs
dissect-cim
dissect-clfs
dissect-cobaltstrike
Expand All @@ -63,6 +70,7 @@ buildPythonPackage rec {
dissect-fat
dissect-ffs
dissect-hypervisor
dissect-jffs
dissect-ntfs
dissect-ole
dissect-regf
Expand Down

0 comments on commit 1f4fea5

Please sign in to comment.