diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 01:21:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 01:07:20 +0200 |
commit | 8edebd3207335aff15081458e895104ac9f45d3d (patch) | |
tree | 19a1d2dfec1e29262233fd7a4bb8a0c86c27cbba /gnu/packages/tor.scm | |
parent | 4e7950fdce5b83db018c44a80ec4a4059612d716 (diff) | |
download | guix-8edebd3207335aff15081458e895104ac9f45d3d.tar guix-8edebd3207335aff15081458e895104ac9f45d3d.tar.gz |
gnu: nyx: Show header stats.
This is a follow-up to commit 18ab54d4a2aaf932b14e69c30650c1d2c4db33c7
and fixes a regression introduced by Nyx 2.0.4 + Python 3.
* gnu/packages/tor.scm (nyx)[source]: Add patch.
* gnu/packages/patches/nyx-show-header-stats-with-python3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 982ff363df..054d1e4029 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -263,6 +263,8 @@ from you.") (origin (method url-fetch) (uri (pypi-uri name version)) + (patches + (search-patches "nyx-show-header-stats-with-python3.patch")) (sha256 (base32 "0pm7vfcqr02pzqz4b2f6sw5prxxmgqwr1912am42xmy2i53n7nrq")))) |