unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52084] [PATCH core-updates-frozen] gnu: zathura: use old meson
@ 2021-11-24 20:21 angryrectangle
  2021-11-25  6:41 ` bug#52084: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: angryrectangle @ 2021-11-24 20:21 UTC (permalink / raw)
  To: 52084

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52084: [PATCH core-updates-frozen] gnu: zathura: use old meson
  2021-11-24 20:21 [bug#52084] [PATCH core-updates-frozen] gnu: zathura: use old meson angryrectangle
@ 2021-11-25  6:41 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-11-25  6:41 UTC (permalink / raw)
  To: angryrectangle; +Cc: 52084-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-25  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 20:21 [bug#52084] [PATCH core-updates-frozen] gnu: zathura: use old meson angryrectangle
2021-11-25  6:41 ` bug#52084: " Maxim Cournoyer

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