summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-14 23:15:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-14 23:21:16 +0200
commite7aac78ee906e799623419ea993e1eefbfec5733 (patch)
tree4c3718d8f0b6235c85f765e37a0318dc5808d2f9 /gnu/local.mk
parent748d3a2b8aabe63965bd71392e5e7bdd2ed1b6b0 (diff)
downloadguix-patches-e7aac78ee906e799623419ea993e1eefbfec5733.tar
guix-patches-e7aac78ee906e799623419ea993e1eefbfec5733.tar.gz
gnu: tor: Update to 0.4.6.5.
* gnu/packages/tor.scm (tor): Update to 0.4.6.5. [source]: Add a patch to fix building with GCC 7. * gnu/packages/patches/tor-fix-build-with-gcc-7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 1e79b42eee..24949c143f 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1745,6 +1745,7 @@ dist_patch_DATA = \
%D%/packages/patches/tipp10-qt5.patch \
%D%/packages/patches/tk-find-library.patch \
%D%/packages/patches/tla2tools-build-xml.patch \
+ %D%/packages/patches/tor-fix-build-with-gcc-7.patch \
%D%/packages/patches/transcode-ffmpeg.patch \
%D%/packages/patches/transmission-honor-localedir.patch \
%D%/packages/patches/ttf2eot-cstddef.patch \