about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-04-24 22:41:47 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-04-24 22:42:00 +0200
commitbfd213aa2d1bdc04c09766764355fdfae8f336a0 (patch)
tree9189ce918421e0e522518c200ccdaf92aedeb7c4 /pkgs/applications/audio
parent4aefe8a48aa3ab50e8bd44482b67d0d8601c2b45 (diff)
downloadnixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar.gz
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar.bz2
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar.lz
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar.xz
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.tar.zst
nixlib-bfd213aa2d1bdc04c09766764355fdfae8f336a0.zip
rhythmbox: fix build with GStreamer 1.14
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/rhythmbox/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/applications/audio/rhythmbox/default.nix b/pkgs/applications/audio/rhythmbox/default.nix
index a23324c7fdac..8dab9e32f982 100644
--- a/pkgs/applications/audio/rhythmbox/default.nix
+++ b/pkgs/applications/audio/rhythmbox/default.nix
@@ -24,6 +24,15 @@ in stdenv.mkDerivation rec {
     sha256 = "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2";
   };
 
+  patches = [
+    # build with GStreamer 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=788706
+    (fetchurl {
+      name = "fmradio-Fix-build-with-GStreamer-master.patch";
+      url = https://bugzilla.gnome.org/attachment.cgi?id=361178;
+      sha256 = "1h09mimlglj9hcmc3pfp0d6c277mqh2khwv9fryk43pkv3904d2w";
+    })
+  ];
+
   nativeBuildInputs = [
     pkgconfig
     intltool perl perlPackages.XMLParser