GNU bug report logs -
#52084
[PATCH core-updates-frozen] gnu: zathura: use old meson
Previous Next
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
View this message in rfc822 format
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
This bug report was last modified 3 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.