From b519d4626947443561b8a4d4163574b74fde5247 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Tue, 3 Oct 2017 15:40:41 +0200
Subject: [PATCH] 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 12cb5e3a55b..39c4ebcb9ec 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -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
-- 
GitLab