diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-14 23:15:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-14 23:21:16 +0200 |
commit | e7aac78ee906e799623419ea993e1eefbfec5733 (patch) | |
tree | 4c3718d8f0b6235c85f765e37a0318dc5808d2f9 /gnu/local.mk | |
parent | 748d3a2b8aabe63965bd71392e5e7bdd2ed1b6b0 (diff) | |
download | guix-e7aac78ee906e799623419ea993e1eefbfec5733.tar guix-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.mk | 1 |
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 \ |