Unverified Commit abb87e9f authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

rhythmbox: Drop released patch (#461274)

parents 6b95ad81 1649f01a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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 \