all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70250@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70250] [PATCH] gnu: falkon: Add missing dependencies of KDE Frameworks Integration.
Date: Sun,  7 Apr 2024 08:51:54 +0530	[thread overview]
Message-ID: <6e86e0aaf051470cda8f9609cf40253a8513bde1.1712460102.git.sughosha@disroot.org> (raw)

* gnu/packages/kde-internet.scm (falkon):
[inputs]: Add kcoreaddons and kcrash.

Change-Id: I5cacc660daea8167bb072c41875d29fbf2caf74b
---
 gnu/packages/kde-internet.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 4c519b93fd..b9d3502b09 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -140,6 +140,8 @@ (define-public falkon
      (list extra-cmake-modules pkg-config qttools-5))
     (inputs
      (list karchive
+           kcoreaddons
+           kcrash
            ki18n
            kio
            kwallet

base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
-- 
2.41.0





             reply	other threads:[~2024-04-07  3:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07  3:21 Sughosha via Guix-patches via [this message]
2024-04-10 12:06 ` bug#70250: [PATCH] gnu: falkon: Add missing dependencies of KDE Frameworks Integration 宋文武 via Guix-patches via

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=6e86e0aaf051470cda8f9609cf40253a8513bde1.1712460102.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70250@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /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.