diff mbox series

[bug#38224] gnu: kpmcore: fix dependencies

Message ID 20191115201648.9669-1-andrius@stikonas.eu
State Accepted
Headers show
Series [bug#38224] gnu: kpmcore: fix dependencies | expand

Commit Message

guix--- via Guix-patches via Nov. 15, 2019, 8:16 p.m. UTC
* Add kauth, kcoreaddons, kwidgetsaddons
* Remove kconfigwidgets, kio
---
 gnu/packages/kde.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Hartmut Goebel Nov. 16, 2019, 8:52 a.m. UTC | #1
Hi,

 the patch lloks good, but please adjust the commit massage to the
format we use. Just have a look at other packages adding or removing inputs.

Do you have commit permissions?
guix--- via Guix-patches via Nov. 16, 2019, 11:14 p.m. UTC | #2
Hi,

I've just updated my patch. Hopefully, commit message is now in the right format.

I do not have commit permissions to guix repository, in fact this would be me first patch.

Best,
Andrius

2019 m. lapkričio 16 d., šeštadienis 10:52:49 EET Hartmut Goebel rašė:
> Hi,
> 
>  the patch lloks good, but please adjust the commit massage to the
> format we use. Just have a look at other packages adding or removing inputs.
> 
> Do you have commit permissions?
> 
>
Hartmut Goebel Nov. 17, 2019, 3:28 p.m. UTC | #3
Superseded by https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38242
diff mbox series

Patch

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)))