all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrius Štikonas via Guix-patches via <guix-patches@gnu.org>
To: 38242@debbugs.gnu.org, h.goebel@crazy-compilers.com
Cc: "Andrius Štikonas" <andrius@stikonas.eu>
Subject: [bug#38242] [PATCH] gnu: kpmcore: fix dependencies
Date: Sun, 17 Nov 2019 01:13:07 +0200	[thread overview]
Message-ID: <20191116231306.95545-1-andrius@stikonas.eu> (raw)
In-Reply-To: <04fa7d34-0166-2118-b49c-6ed5429d2275@crazy-compilers.com>

* gnu/packages/kde.scm(kpmcore): 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

  reply	other threads:[~2019-11-17  0:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Andrius Štikonas via Guix-patches via [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191116231306.95545-1-andrius@stikonas.eu \
    --to=guix-patches@gnu.org \
    --cc=38242@debbugs.gnu.org \
    --cc=andrius@stikonas.eu \
    --cc=h.goebel@crazy-compilers.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.