diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 16:50:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 16:50:14 +0200 |
commit | ee46474d54a661e87cd501c3fde6e572b3423a60 (patch) | |
tree | df92ae2a4707489d2494247eabf9efd402889933 /gnu/packages/glib.scm | |
parent | 60ccc1653a8ed040bbdfbc89f010614b0d9c4139 (diff) | |
download | patches-ee46474d54a661e87cd501c3fde6e572b3423a60.tar patches-ee46474d54a661e87cd501c3fde6e572b3423a60.tar.gz |
gnu: glib: Fix argument handling in keyfile backend.
* gnu/packages/patches/glib-keyfile-arguments.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/glib.scm (glib)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3d17bc768f..8f1b91e142 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -168,7 +168,8 @@ shared NFS home directories.") (sha256 (base32 "0bk2l9mhvc44c0gfg442wrifwj2fci1w71dsp3nb50pffvsivpry")) - (patches (search-patches "glib-tests-timer.patch")) + (patches (search-patches "glib-tests-timer.patch" + "glib-keyfile-arguments.patch")) (modules '((guix build utils))) (snippet '(begin |