diff options
author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2023-03-15 10:22:25 -0700 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-03-18 18:27:09 +0100 |
commit | 2a343002409d43e5aa4d5e8d5c49fd0daa5792e4 (patch) | |
tree | b3fa47f51f55a43db6ba110a5a2e5029eab7e004 /gnu/local.mk | |
parent | de3588965c09c2bf91859ffb541dec3e5790028b (diff) | |
download | guix-2a343002409d43e5aa4d5e8d5c49fd0daa5792e4.tar.gz |
gnu: glib-networking: Fix 32-bit builds.
* gnu/packages/gnome.scm (glib-networking): Remove obsolete patch. * gnu/packages/patches/glib-networking-32-bit-time.patch: Remove file. * gnu/local (dist_patch_DATA): Remove it. Signed-off-by: Andreas Enge <andreas@enge.fr>
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 59afa84b22..43b7e4ceb3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1204,7 +1204,6 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ %D%/packages/patches/glib-appinfo-watch.patch \ %D%/packages/patches/glib-networking-gnutls-binding.patch \ - %D%/packages/patches/glib-networking-32-bit-time.patch \ %D%/packages/patches/glib-skip-failing-test.patch \ %D%/packages/patches/glibc-CVE-2019-7309.patch \ %D%/packages/patches/glibc-CVE-2019-9169.patch \ |