From 9c373c07ec2e446c50a041dc46c473a13d7c4dc2 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 18 Apr 2023 22:05:56 +0800 Subject: [PATCH] =?UTF-8?q?rhythmbox:=203.4.6=20=E2=86=92=203.4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.6...v3.4.7 --- pkgs/applications/audio/rhythmbox/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/audio/rhythmbox/default.nix b/pkgs/applications/audio/rhythmbox/default.nix index fe9f4a835c8..9cd6b0d9ae0 100644 --- a/pkgs/applications/audio/rhythmbox/default.nix +++ b/pkgs/applications/audio/rhythmbox/default.nix @@ -10,7 +10,7 @@ , glib , gtk3 , libpeas -, libsoup +, libsoup_3 , libxml2 , libsecret , libnotify @@ -36,11 +36,11 @@ stdenv.mkDerivation rec { pname = "rhythmbox"; - version = "3.4.6"; + version = "3.4.7"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "+VaCEM5V5BHpKcj7leERohHb0ZzEf1ePKRxdMZtesDQ="; + sha256 = "L21WwT/BpkxTT1AHiPtIKTbOVHs0PtkMZ94fK84M+n4="; }; nativeBuildInputs = [ @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { buildInputs = [ python3 - libsoup + libsoup_3 libxml2 tdb json-glib @@ -92,6 +92,7 @@ stdenv.mkDerivation rec { ]; mesonFlags = [ + "-Ddaap=enabled" "-Dtests=disabled" ];