GNU bug report logs - #52084
[PATCH core-updates-frozen] gnu: zathura: use old meson

Previous Next

Package: guix-patches;

Reported by: angryrectangle <at> cock.li

Date: Wed, 24 Nov 2021 20:37:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 52084-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: angryrectangle <at> cock.li
Cc: 52084-done <at> debbugs.gnu.org
Subject: Re: bug#52084: [PATCH core-updates-frozen] gnu: zathura: use old meson
Date: Thu, 25 Nov 2021 01:41:56 -0500
Hello!

angryrectangle <at> cock.li writes:

> fixes the build.
> this problem has already been fixed in zathura master, but it's not part 
> of the latest release.
>
> ---
>   gnu/packages/pdf.scm | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
> index ea19897ae4..f50486f9cb 100644
> --- a/gnu/packages/pdf.scm
> +++ b/gnu/packages/pdf.scm
> @@ -56,6 +56,7 @@ (define-module (gnu packages pdf)
>     #:use-module (gnu packages backup)
>     #:use-module (gnu packages base)
>     #:use-module (gnu packages bash)
> +  #:use-module (gnu packages build-tools)
>     #:use-module (gnu packages check)
>     #:use-module (gnu packages compression)
>     #:use-module (gnu packages cups)
> @@ -650,7 +651,8 @@ (define-public zathura
>               (files '("lib/zathura")))))
>       (build-system meson-build-system)
>       (arguments
> -     `(#:phases (modify-phases %standard-phases
> +     `(#:meson ,meson-0.59         ;positional arguments error with 
> meson 0.60
> +       #:phases (modify-phases %standard-phases
>                     (add-before 'check 'start-xserver
>                       ;; Tests require a running X server.
>                       (lambda* (#:key inputs #:allow-other-keys)

Something happened and the above patch was sent malformed (it didn't
apply).  I applied it manually and commit as
c9208beb3cbdd592275af28221cb93848b2a71a1.

Thank you!

Maxim




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

Previous Next


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