mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove qtquickcontrols2.
* gnu/packages/qt.scm (qtquickcontrols2): Delete variable. (pyotherside) [inputs]: Remove qtquickcontrols2.
This commit is contained in:
parent
0993236a95
commit
72abf72062
1 changed files with 1 additions and 7 deletions
|
@ -2206,12 +2206,6 @@ (define-public qtquickcontrols2-5
|
|||
and tray icons. It falls back to Qt Widgets when a native implementation is
|
||||
not available.")))
|
||||
|
||||
(define-public qtquickcontrols2
|
||||
;; qtquickcontrols2 still exist, but was merged into qtdeclarative.
|
||||
;; Unfortunately that hasn't been well communicated at all (see:
|
||||
;; https://bugreports.qt.io/browse/QTBUG-79454).
|
||||
(deprecated-package "qtquickcontrols2" qtdeclarative))
|
||||
|
||||
(define-public qtgraphicaleffects
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
|
@ -3445,7 +3439,7 @@ (define-public pyotherside
|
|||
;; installation prefix.
|
||||
(lambda _
|
||||
(invoke "make" "sub-src-install_subtargets"))))))
|
||||
(inputs (list python qtdeclarative qtquickcontrols2 qtsvg))
|
||||
(inputs (list python qtdeclarative qtsvg))
|
||||
(home-page "https://thp.io/2011/pyotherside/")
|
||||
(synopsis "Qt plugin providing access to a Python 3 interpreter from QML")
|
||||
(description "Pyotherside is a Qt plugin providing access to a Python 3
|
||||
|
|
Loading…
Reference in a new issue