From 729f34a0c8df601db5090f0d9f134433bfe9d3f8 Mon Sep 17 00:00:00 2001 From: kenshin <14914796+AkechiShiro@users.noreply.github.com> Date: Sat, 25 May 2024 17:21:46 +0200 Subject: 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. --- pkgs/applications/audio/exaile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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 -- cgit 1.4.1