rhythmbox: fix build with GStreamer 1.14

+9
+9
pkgs/applications/audio/rhythmbox/default.nix
··· 24 24 sha256 = "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2"; 25 25 }; 26 26 27 + patches = [ 28 + # build with GStreamer 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=788706 29 + (fetchurl { 30 + name = "fmradio-Fix-build-with-GStreamer-master.patch"; 31 + url = https://bugzilla.gnome.org/attachment.cgi?id=361178; 32 + sha256 = "1h09mimlglj9hcmc3pfp0d6c277mqh2khwv9fryk43pkv3904d2w"; 33 + }) 34 + ]; 35 + 27 36 nativeBuildInputs = [ 28 37 pkgconfig 29 38 intltool perl perlPackages.XMLParser