mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: veusz: Don't depend on QtWebKit.
* gnu/packages/maths.scm (veusz)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT. [arguments]: Use SEARCH-INPUT-DIRECTORY instead of label.
This commit is contained in:
parent
a3aff55ed4
commit
cdf98d19da
1 changed files with 2 additions and 3 deletions
|
@ -3221,8 +3221,7 @@ (define-public veusz
|
||||||
((@@ (guix build python-build-system) call-setuppy)
|
((@@ (guix build python-build-system) call-setuppy)
|
||||||
"build_ext"
|
"build_ext"
|
||||||
(list (string-append "--sip-dir="
|
(list (string-append "--sip-dir="
|
||||||
(assoc-ref inputs "python-pyqt")
|
(search-input-directory inputs "share/sip")))
|
||||||
"/share/sip"))
|
|
||||||
#t)))
|
#t)))
|
||||||
;; Ensure that icons are found at runtime.
|
;; Ensure that icons are found at runtime.
|
||||||
(add-after 'install 'wrap-executable
|
(add-after 'install 'wrap-executable
|
||||||
|
@ -3240,7 +3239,7 @@ (define-public veusz
|
||||||
(list ghostscript ;optional, for EPS/PS output
|
(list ghostscript ;optional, for EPS/PS output
|
||||||
python-dbus
|
python-dbus
|
||||||
python-h5py ;optional, for HDF5 data
|
python-h5py ;optional, for HDF5 data
|
||||||
python-pyqt
|
python-pyqt-without-qtwebkit
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5))
|
qtsvg-5))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue