mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: discover: Remove packagekit-qt6 dependency.
Until there is a guix backend for packagekit, packagekit-qt6 is not needed. * gnu/packages/kde-plasma.scm (discover): Add a TODO comment. [inputs]: Remove packagekit-qt6. Change-Id: If260c8e19273bb52fc49260699e08a9c01f9678a Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
b7d3e55b48
commit
10a569fe1b
1 changed files with 2 additions and 1 deletions
|
@ -291,6 +291,8 @@ Breeze is the default theme for the KDE Plasma desktop.")
|
||||||
(string-append (getcwd)
|
(string-append (getcwd)
|
||||||
":" (getenv "XDG_DATA_DIRS")))))))))
|
":" (getenv "XDG_DATA_DIRS")))))))))
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
|
;; TODO: Add packagekit-qt6 when a guix backend for packagekit will be
|
||||||
|
;; available.
|
||||||
(inputs (list appstream-qt6
|
(inputs (list appstream-qt6
|
||||||
attica
|
attica
|
||||||
fwupd ; optional
|
fwupd ; optional
|
||||||
|
@ -317,7 +319,6 @@ Breeze is the default theme for the KDE Plasma desktop.")
|
||||||
kidletime
|
kidletime
|
||||||
libostree ; required by flatpak
|
libostree ; required by flatpak
|
||||||
markdown
|
markdown
|
||||||
packagekit-qt6
|
|
||||||
purpose
|
purpose
|
||||||
qcoro-qt6
|
qcoro-qt6
|
||||||
qt5compat
|
qt5compat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue