guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: calibre: Build with qtbase.


From: Efraim Flashner
Subject: 17/18: gnu: calibre: Build with qtbase.
Date: Thu, 16 Jun 2016 15:07:47 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 76806c54ed72f8f04079bbb187b186b833c103e1
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 16 17:31:31 2016 +0300

    gnu: calibre: Build with qtbase.
    
    * gnu/packages/ebook.scm (calibre)[inputs]: Remove qt, add qtbase.
    [native-inputs]: Remove qt, add qtbase.
---
 gnu/packages/ebook.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 2b450ca..f7e1558 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
@@ -121,7 +121,7 @@
        ("python2-pillow" ,python2-pillow)
        ("python2-pyqt" ,python2-pyqt)
        ("python2-sip" ,python2-sip)
-       ("qt" ,qt)
+       ("qtbase" ,qtbase)
        ("sqlite" ,sqlite)))
     (arguments
      `(#:python ,python-2



reply via email to

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