From: 'Brendan Tildesley <mail@brendan.scot>
To: 58561@debbugs.gnu.org
Cc: phodina <phodina@protonmail.com>, Brendan Tildesley <mail@brendan.scot>
Subject: bug#58561: [PATCH 2/2] gnu: akregator: Fix build.
Date: Sun, 16 Oct 2022 15:33:21 +1100 [thread overview]
Message-ID: <20221016043321.23138-1-mail@brendan.scot> (raw)
In-Reply-To: <0df50579-d645-5a43-d558-4c49e503bb57@brendan.scot>
From: Brendan Tildesley <mail@brendan.scot>
* gnu/packages/kde.scm (akregator)[phases]: Fix finding
QtWebEngineProcess path.
---
gnu/packages/kde.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 37125b1d0b..d0ffb28505 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -167,9 +167,8 @@ (define-public akregator
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/akregator"))
- (qt-process-path (string-append
- (assoc-ref inputs "qtwebengine-5")
- "/lib/qt5/libexec/QtWebEngineProcess")))
+ (qt-process-path (search-input-file
+ inputs "/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
(native-inputs
--
2.37.2
next prev parent reply other threads:[~2022-10-16 4:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-16 3:42 bug#58561: Source hash mismatch with aggregator + possible guix bug with hashes Brendan Tildesley
2022-10-16 4:13 ` bug#58561: [PATCH 1/2] gnu: akregator: Correct source hash 'Brendan Tildesley
2022-10-16 4:33 ` 'Brendan Tildesley [this message]
2022-10-16 5:39 ` bug#58561: [PATCH 2/2] gnu: akregator: Fix build phodina via Bug reports for GNU Guix
2022-10-17 11:42 ` Marius Bakke
2022-10-17 21:19 ` Brendan Tildesley
2022-10-16 9:45 ` bug#58561: Source hash mismatch with aggregator + possible guix bug with hashes Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-10-17 8:49 ` zimoun
2022-10-17 8:44 ` zimoun
2022-10-17 18:29 ` phodina via Bug reports for GNU Guix
2023-05-13 1:56 ` Brendan Tildesley
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221016043321.23138-1-mail@brendan.scot \
--to=mail@brendan.scot \
--cc=58561@debbugs.gnu.org \
--cc=phodina@protonmail.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 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).