guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: tor: Fix typo.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: tor: Fix typo.
Date: Thu, 5 Oct 2017 19:28:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b519d4626947443561b8a4d4163574b74fde5247
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 3 15:40:41 2017 +0200

    gnu: tor: Fix typo.
    
    * gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
---
 gnu/packages/tor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 12cb5e3..39c4ebc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]