mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: tor: Fix typo.
* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
This commit is contained in:
parent
5ca4fe9696
commit
b519d46269
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ (define-public tor
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue