guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: rhythmbox: Add a unreleased patch from upstream.


From: Christopher Baines
Subject: 01/01: gnu: rhythmbox: Add a unreleased patch from upstream.
Date: Sat, 9 Jun 2018 06:15:18 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit aa7587633b1d5bc53338f388cdf35babf3ffb67f
Author: Christopher Baines <address@hidden>
Date:   Sat Jun 9 11:11:28 2018 +0100

    gnu: rhythmbox: Add a unreleased patch from upstream.
    
    * gnu/packages/gnome.scm (rhythmbox)[source]: Add patch from the upstream 
Git
    repository, as without this, the package fails to build.
---
 gnu/packages/gnome.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index de212bf..3a9f11b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3750,6 +3750,17 @@ which can read a large number of file formats.")
             (uri (string-append "mirror://gnome/sources/" name "/"
                                 (version-major+minor version) "/"
                                 name "-" version ".tar.xz"))
+            (patches
+             (list
+              ;; fmradio: Fix build with GStreamer master
+              (origin
+                (method url-fetch)
+                (uri (string-append
+                      "https://gitlab.gnome.org/GNOME/rhythmbox/commit/";
+                      "b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a.patch"))
+                (sha256
+                 (base32
+                  "17j45vyyr071ka3nckj2gycgyyv1j08fyrxw89jfdq2442nzrsiy")))))
             (sha256
              (base32
               "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]