me
/
guix
Archived
1
0
Fork 0

gnu: gnome-music: Fix build.

See <https://github.com/mesonbuild/meson/issues/9441>.

* gnu/packages/gnome.scm (gnome-music)[arguments]: Use meson-0.59.
[inputs]: Replace libsoup with libsoup-minimal-2.
master
Timothy Sample 2021-11-17 23:59:06 -05:00
parent 49150b1493
commit 0e2c8290d5
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 3 additions and 2 deletions

View File

@ -966,7 +966,8 @@ cloud integration is offered through GNOME Online Accounts.")
"0lcdal4qdhclr8961p57xf010y92l6wwmkw86lyi9wy224z6gjr0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases
(add-after 'install 'wrap-gnome-music
@ -1005,7 +1006,7 @@ cloud integration is offered through GNOME Online Accounts.")
("json-glib" ,json-glib)
("libdazzle" ,libdazzle)
("libmediaart" ,libmediaart)
("libsoup" ,libsoup)
("libsoup" ,libsoup-minimal-2)
("pycairo" ,python-pycairo)
("pygobject" ,python-pygobject)
("tracker" ,tracker)