unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38224] [PATCH] gnu: kpmcore: fix dependencies
@ 2019-11-15 20:16 Andrius Štikonas via Guix-patches via
  2019-11-16  8:52 ` Hartmut Goebel
  2019-11-17 15:28 ` bug#38224: Superseded Hartmut Goebel
  0 siblings, 2 replies; 7+ messages in thread
From: Andrius Štikonas via Guix-patches via @ 2019-11-15 20:16 UTC (permalink / raw)
  To: 38224, h.goebel; +Cc: Andrius Štikonas

* Add kauth, kcoreaddons, kwidgetsaddons
* Remove kconfigwidgets, kio
---
 gnu/packages/kde.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 79eb20cb59..dcce02e467 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -489,9 +489,10 @@ cards.")
      `(("extra-cmake-modules" ,extra-cmake-modules)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("kconfigwidgets" ,kconfigwidgets)
-       ("kio" ,kio)
+     `(("kauth" ,kauth)
+       ("kcoreaddons" ,kcoreaddons)
        ("ki18n" ,ki18n)
+       ("kwidgetsaddons" ,kwidgetsaddons)
        ("qtbase" ,qtbase)
        ("qca" ,qca)
        ("util-linux" ,util-linux)))
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-17 15:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 20:16 [bug#38224] [PATCH] gnu: kpmcore: fix dependencies Andrius Štikonas via Guix-patches via
2019-11-16  8:52 ` Hartmut Goebel
2019-11-16 23:13   ` [bug#38242] " Andrius Štikonas via Guix-patches via
2019-11-17 15:27     ` bug#38242: Superseded Hartmut Goebel
2019-11-17 15:30     ` [bug#38242] Merged Hartmut Goebel
2019-11-16 23:14   ` [bug#38224] [PATCH] gnu: kpmcore: fix dependencies Andrius Štikonas via Guix-patches via
2019-11-17 15:28 ` bug#38224: Superseded Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).