unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: angryrectangle@cock.li
To: 52084@debbugs.gnu.org
Subject: [bug#52084] [PATCH core-updates-frozen] gnu: zathura: use old meson
Date: Wed, 24 Nov 2021 20:21:16 +0000	[thread overview]
Message-ID: <66f2d074d47dd62cd05f92881866e865@cock.li> (raw)

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)
-- 
2.34.0




             reply	other threads:[~2021-11-24 20:43 UTC|newest]

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

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=66f2d074d47dd62cd05f92881866e865@cock.li \
    --to=angryrectangle@cock.li \
    --cc=52084@debbugs.gnu.org \
    /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).