gnu: tor: Fix typo.

* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
master
Tobias Geerinckx-Rice 2017-10-03 15:40:41 +02:00
parent 5ca4fe9696
commit b519d46269
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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