~ruther/guix-local

b519d4626947443561b8a4d4163574b74fde5247 — Tobias Geerinckx-Rice 8 years ago 5ca4fe9
gnu: tor: Fix typo.

* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/tor.scm
M gnu/packages/tor.scm => gnu/packages/tor.scm +1 -1
@@ 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