guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: khal: Fix build with python-urwid-2.1.0.


From: guix-commits
Subject: 01/02: gnu: khal: Fix build with python-urwid-2.1.0.
Date: Fri, 17 Apr 2020 03:44:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b9dd2a2fb7dda8b2b9686e8e4bf5cca19514a08d
Author: Efraim Flashner <address@hidden>
AuthorDate: Fri Apr 17 10:40:17 2020 +0300

    gnu: khal: Fix build with python-urwid-2.1.0.
    
    * gnu/packages/calendar.scm (khal)[source]: Download upstream patch to
    fix compatibility with newer python-urwid.
---
 gnu/packages/calendar.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index bd47800..291221b 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -180,7 +180,17 @@ data units.")
              (uri (pypi-uri "khal" version))
              (sha256
               (base32
-               "1r8bkgjwkh7i8ygvsv51h1cnax50sb183vafg66x5snxf3dgjl6l"))))
+               "1r8bkgjwkh7i8ygvsv51h1cnax50sb183vafg66x5snxf3dgjl6l"))
+             (patches
+               (list
+                 (origin
+                   (method url-fetch)
+                   ;; This patch fixes an issue with python-urwid-2.1.0
+                   (uri 
"https://github.com/pimutils/khal/commit/2c5990c2de2015b251ba23617faa40ee11b8c22a.patch";)
+                   (file-name "khal-compat-urwid-2.1.0.patch")
+                   (sha256
+                    (base32
+                     
"11nd8hkjz68imwqqn0p54zmb53z2pfxmzchaviy7jc1ky5s9l663")))))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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