* [bug#51318] [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase
@ 2021-10-21 13:03 Josselin Poiret via Guix-patches via
2021-10-22 9:14 ` bug#51318: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2021-10-21 13:03 UTC (permalink / raw)
To: 51318
* gnu/packages/pdf.scm (qpdfview)[arguments]: Fix it
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 13808b003d..12016e968f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -864,9 +864,9 @@ (define-public qpdfview
#:phases
(modify-phases %standard-phases
(replace 'configure
- (lambda _
+ (lambda* (#:key outputs #:allow-other-keys)
(substitute* "qpdfview.pri"
- (("/usr") (assoc-ref %outputs "out")))
+ (("/usr") (assoc-ref outputs "out")))
(invoke "qmake" "qpdfview.pro"))))))
(home-page "https://launchpad.net/qpdfview")
(synopsis "Tabbed document viewer")
--
2.33.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51318: [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase
2021-10-21 13:03 [bug#51318] [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase Josselin Poiret via Guix-patches via
@ 2021-10-22 9:14 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-22 9:14 UTC (permalink / raw)
To: Josselin Poiret; +Cc: 51318-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as e5f21c7e38fc7c61271e532f434284c94cd6fbb3.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-22 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 13:03 [bug#51318] [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase Josselin Poiret via Guix-patches via
2021-10-22 9:14 ` bug#51318: " Guillaume Le Vaillant
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.