From 1649f01a36a9cad426ccc79bf8c2189d97086b24 Mon Sep 17 00:00:00 2001 From: Kisel13 Date: Thu, 13 Nov 2025 17:40:20 +0300 Subject: [PATCH] rhythmbox: Drop released patch 3.4.9 was bumped via master branch but the patch was added via wip-gnome branch. The merge causes the build failure. --- pkgs/by-name/rh/rhythmbox/package.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/rh/rhythmbox/package.nix b/pkgs/by-name/rh/rhythmbox/package.nix index 0bf1975d4074..bab589215c2a 100644 --- a/pkgs/by-name/rh/rhythmbox/package.nix +++ b/pkgs/by-name/rh/rhythmbox/package.nix @@ -2,7 +2,6 @@ stdenv, lib, fetchurl, - fetchpatch, pkg-config, meson, ninja, @@ -47,15 +46,6 @@ stdenv.mkDerivation rec { sha256 = "5CKRoY33oh/+azUr9z8F1+KYu04FvOWWf5jujO5ECPE="; }; - patches = [ - # Add support for girepository 2.0 - # https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/2113 - (fetchpatch { - url = "https://gitlab.gnome.org/GNOME/rhythmbox/-/commit/0cc5960f8ae516967515554eaa89faa9796701c5.patch"; - hash = "sha256-IAOaQBDCyRkzzrxwdYQKm8Si8sn5yeBFWqKbe5mUU6k="; - }) - ]; - postPatch = '' # We backported girepository-2.0 support to libpeas 1.36 substituteInPlace meson.build \