gnu: appstream-glib: Fix test failure.

* gnu/packages/patches/appstream-glib-2020.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (appstream-glib)[source](patches): New field.
This commit is contained in:
Marius Bakke 2020-01-07 15:49:01 +01:00
parent 1ecadbfe60
commit d2e1b2dac7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 33 additions and 0 deletions

View file

@ -904,6 +904,7 @@ programming language. It also contains the utility
(uri (string-append "https://people.freedesktop.org/~hughsient/"
"appstream-glib/releases/"
"appstream-glib-" version ".tar.xz"))
(patches (search-patches "appstream-glib-2020.patch"))
(sha256
(base32
"14jr1psx5kxywdprgbqn79w309yz8lrqlsq7288hfrf87gbr1wh4"))))