diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 16:57:41 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 20:05:20 +0100 |
commit | 4115e8ea3bd3d64e7e2c85c74a4ea12bf0a81241 (patch) | |
tree | cbcecc7250075187554dfc22aeee877896b2d174 /gnu/local.mk | |
parent | 87f0cf9f36c69dd163bff2e2c05b362e3df200eb (diff) | |
download | guix-4115e8ea3bd3d64e7e2c85c74a4ea12bf0a81241.tar guix-4115e8ea3bd3d64e7e2c85c74a4ea12bf0a81241.tar.gz |
gnu: json-glib: Update to 1.4.4.
* gnu/packages/patches/json-glib-fix-tests-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gnome.scm (json-glib): Update to 1.4.4.
[source](patches): Remove.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 108ccdceda..003b75961b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -847,7 +847,6 @@ dist_patch_DATA = \ %D%/packages/patches/java-xerces-build_dont_unzip.patch \ %D%/packages/patches/java-xerces-xjavac_taskdef.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ - %D%/packages/patches/json-glib-fix-tests-32bit.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ %D%/packages/patches/khmer-use-libraries.patch \ %D%/packages/patches/libziparchive-add-includes.patch \ |