about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkenshin <14914796+AkechiShiro@users.noreply.github.com>2024-05-25 17:36:00 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-20 14:06:48 +0200
commit92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed (patch)
treea262749032ba271a6f262a279bce58f7f0625c8a
parent729f34a0c8df601db5090f0d9f134433bfe9d3f8 (diff)
downloadnixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar.gz
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar.bz2
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar.lz
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar.xz
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.tar.zst
nixlib-92fd43bd759a6f5a504bf5e90e6fd5e9dbde25ed.zip
gramps: replace bsddb3 with berkeleydb
Prepare for Python 3.12 compatibility as bsddb3 is not officially
compatible with Python 3.10+ and Python 3.12 breaks bsddb3 tests due to
distutils being deprecated
-rw-r--r--pkgs/applications/misc/gramps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index 7feab95b003a..5ecab79226c8 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -69,7 +69,7 @@ buildPythonApplication rec {
   ;
 
   propagatedBuildInputs = with pythonPackages; [
-    bsddb3
+    berkeleydb
     pyicu
     pygobject3
     pycairo