~ruther/guix-local

76806c54ed72f8f04079bbb187b186b833c103e1 — Efraim Flashner 9 years ago 64e8be6
gnu: calibre: Build with qtbase.

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

M gnu/packages/ebook.scm
M gnu/packages/ebook.scm => gnu/packages/ebook.scm +2 -2
@@ 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