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.
This commit is contained in:
kenshin
2024-06-20 14:06:22 +02:00
committed by Sandro Jäckel
parent c697f20356
commit 729f34a0c8
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
gst-plugins-ugly
gst-libav
]) ++ (with python3.pkgs; [
bsddb3
berkeleydb
dbus-python
mutagen
pygobject3