gnu: dia: Fix build.

Fixes <https://issues.guix.gnu.org/53182>.
Reported by Ivan Vilata i Balaguer <ivan@selidor.net>.

* gnu/packages/gnome.scm (dia)[arguments]: New field.
[inputs]: Comment out POPPLER.
This commit is contained in:
Ludovic Courtès 2022-01-14 22:21:54 +01:00
parent e7ad192de0
commit 3969dc4596
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1931,12 +1931,16 @@ (define-public dia
(base32
"04r8dspa6nmicrifhi3sh46hqvyy88hzq37xx99q3q1mwsrpmwy8"))))
(build-system meson-build-system)
(arguments `(#:meson ,meson-0.59))
(inputs
(list graphene
gtk+-2
libxml2
libxslt
poppler
;; XXX: PDF plugin fails to build with poppler 21.07.0.
;; poppler
;; Without Python 2, build fails: plug-ins/python/meson.build:4:0:
;; ERROR: Unknown method "dependency" in object.
python-2))