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:21:46 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-20 14:06:22 +0200
commit729f34a0c8df601db5090f0d9f134433bfe9d3f8 (patch)
treef5515f3d9fcf42f119f2c327ad681cef85d356c6 /pkgs/applications
parentc697f20356174bfa7dfb844d1dabb058387156e8 (diff)
exaile: 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/audio/exaile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/exaile/default.nix b/pkgs/applications/audio/exaile/default.nix
index 036bcc70ddd0e..4f49564898a9a 100644
--- a/pkgs/applications/audio/exaile/default.nix
+++ b/pkgs/applications/audio/exaile/default.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
     gst-plugins-ugly
     gst-libav
   ]) ++ (with python3.pkgs; [
-    bsddb3
+    berkeleydb
     dbus-python
     mutagen
     pygobject3