diff options
| author | Artturin <Artturin@artturin.com> | 2023-02-11 17:52:13 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-19 16:12:14 +0000 |
| commit | 7840aefcdb0c599936af0803732737d78e37415c (patch) | |
| tree | b44498b71a1dd8e45ae791ce268db5f893906e3a | |
| parent | tevent: copy cross fix from talloc & add libxcrypt (diff) | |
| download | nixpkgs-origin/backport-215839-to-release-22.11.tar.gz | |
ldb: fix cross & add libxcryptorigin/backport-215839-to-release-22.11
ERROR: Python module pytdb of version 1.4.7 not found, and bundling disabled
(cherry picked from commit 0d4a49af8670cf2adf2e23a65830ca4e0bdbe4b2)
| -rw-r--r-- | pkgs/development/libraries/ldb/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/ldb/default.nix b/pkgs/development/libraries/ldb/default.nix index 37856f5a0130..bdd630103e37 100644 --- a/pkgs/development/libraries/ldb/default.nix +++ b/pkgs/development/libraries/ldb/default.nix @@ -12,6 +12,7 @@ , docbook_xml_dtd_42 , cmocka , wafHook +, libxcrypt }: stdenv.mkDerivation rec { @@ -32,6 +33,8 @@ stdenv.mkDerivation rec { libxslt docbook-xsl-nons docbook_xml_dtd_42 + tdb + tevent ]; buildInputs = [ @@ -42,6 +45,7 @@ stdenv.mkDerivation rec { tevent popt cmocka + libxcrypt ]; # otherwise the configure script fails with |
