guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: calibre: Update qt dependancies.


From: Efraim Flashner
Subject: 02/06: gnu: calibre: Update qt dependancies.
Date: Mon, 12 Dec 2016 14:45:56 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c5ea912016fdba6a1debe6eef7fbd51e59efb9a5
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 11 21:55:07 2016 +0200

    gnu: calibre: Update qt dependancies.
    
    * gnu/packages/ebook.scm (calibre)[native-inputs]: Remove qt, add
    qtbase.
    [inputs]: Remove qt, replace address@hidden with python2-pyqt.
---
 gnu/packages/ebook.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 3843fb2..c68e643 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -83,7 +83,7 @@
     (build-system python-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("qt" ,qt) ; for qmake
+       ("qtbase" ,qtbase) ; for qmake
        ;; xdg-utils is supposed to be used for desktop integration, but it
        ;; also creates lots of messages
        ;; mkdir: cannot create directory '/homeless-shelter': Permission denied
@@ -118,9 +118,8 @@
        ("python2-mechanize" ,python2-mechanize)
        ("python2-netifaces" ,python2-netifaces)
        ("python2-pillow" ,python2-pillow)
-       ("python2-pyqt" ,python2-pyqt-5.5)
+       ("python2-pyqt" ,python2-pyqt)
        ("python2-sip" ,python2-sip)
-       ("qt" ,qt)
        ("sqlite" ,sqlite)))
     (arguments
      `(#:python ,python-2



reply via email to

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