GNU bug report logs - #51318
[PATCH core-updates-frozen] gnu: qpdfview: Fix build phase

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Thu, 21 Oct 2021 13:05:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: bug#51318: closed (Re: [bug#51318] [PATCH core-updates-frozen]
 gnu: qpdfview: Fix build phase)
Date: Fri, 22 Oct 2021 09:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51318: [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51318 <at> debbugs.gnu.org.

-- 
51318: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51318
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 51318-done <at> debbugs.gnu.org
Subject: Re: [bug#51318] [PATCH core-updates-frozen] gnu: qpdfview: Fix
 build phase
Date: Fri, 22 Oct 2021 09:14:41 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as e5f21c7e38fc7c61271e532f434284c94cd6fbb3.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates-frozen] gnu: qpdfview: Fix build phase
Date: Thu, 21 Oct 2021 15:03:57 +0200
* 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





This bug report was last modified 3 years and 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.