Commit 0c9b4e07 authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.slapd: fix build

parent d64dc0ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  buildPythonPackage,
  pythonOlder,
  fetchFromGitHub,
  poetry-core,
  hatchling,
  openldap,
  pytestCheckHook,
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    hash = "sha256-xXIKC8xDJ3Q6yV1BL5Io0PkLqVbFRbbkB0QSXQGHMNg=";
  };

  build-system = [ poetry-core ];
  build-system = [ hatchling ];

  nativeCheckInputs = [ pytestCheckHook ];