about summary refs log tree commit diff
path: root/pkgs/applications
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 /pkgs/applications
parent729f34a0c8df601db5090f0d9f134433bfe9d3f8 (diff)
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
Diffstat (limited to 'pkgs/applications')
-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 7feab95b003a1..5ecab79226c8c 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