diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-03 15:40:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-06 01:00:11 +0200 |
commit | b519d4626947443561b8a4d4163574b74fde5247 (patch) | |
tree | 8d79d12e2cc01b71aa0339648524c5bcd764ce63 | |
parent | 5ca4fe96969b5016e4e8a97131eb8b6b74f17620 (diff) | |
download | patches-b519d4626947443561b8a4d4163574b74fde5247.tar patches-b519d4626947443561b8a4d4163574b74fde5247.tar.gz |
gnu: tor: Fix typo.
* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
-rw-r--r-- | gnu/packages/tor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 12cb5e3a55..39c4ebcb9e 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -62,7 +62,7 @@ `(("zlib" ,zlib) ("openssl" ,openssl) ("libevent" ,libevent) - ("libseccomp", libseccomp))) + ("libseccomp" ,libseccomp))) (home-page "https://www.torproject.org/") (synopsis "Anonymous network router to improve privacy on the Internet") (description |