all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: angryrectangle@cock.li
Cc: 52084-done@debbugs.gnu.org
Subject: bug#52084: [PATCH core-updates-frozen] gnu: zathura: use old meson
Date: Thu, 25 Nov 2021 01:41:56 -0500	[thread overview]
Message-ID: <877dcwbutn.fsf@gmail.com> (raw)
In-Reply-To: <66f2d074d47dd62cd05f92881866e865@cock.li> (angryrectangle@cock.li's message of "Wed, 24 Nov 2021 20:21:16 +0000")

Hello!

angryrectangle@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




      reply	other threads:[~2021-11-25  6:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 20:21 [bug#52084] [PATCH core-updates-frozen] gnu: zathura: use old meson angryrectangle
2021-11-25  6:41 ` Maxim Cournoyer [this message]

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=877dcwbutn.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=52084-done@debbugs.gnu.org \
    --cc=angryrectangle@cock.li \
    /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.