aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2023-11-12 02:23:54 +0100
committerClément Lassieur <clement@lassieur.org>2023-12-27 12:13:10 +0100
commit756ba0429e84ee0f8ce30484439b78c00c61d286 (patch)
tree3b4fc9fc130a2c49f9dcee17ae8c0daa06907478 /gnu/packages/gnupg.scm
parent5bd80ccd69047b1777749e24d4adf2c951b5d14b (diff)
downloadguix-756ba0429e84ee0f8ce30484439b78c00c61d286.tar.gz
guix-756ba0429e84ee0f8ce30484439b78c00c61d286.zip
gnu: Add torbrowser.
* gnu/packages/tor.scm (torbrowser): New variable. (torbrowser-assets): New variable. * gnu/packages/browser-extensions.scm (noscript): New variable. (noscript/icecat): New variable. Co-authored-by: André Batista <nandre@riseup.net> Change-Id: I73dc53905e4a028108bb34aae07e44256cf16c85
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 2b6a5ec796..73e9c3a78a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -70,7 +70,6 @@
#:use-module (gnu packages swig)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages tls)
- #:use-module (gnu packages tor)
#:use-module (gnu packages web)
#:use-module (gnu packages xorg)
#:use-module (gnu packages xdisorg)
@@ -1123,7 +1122,7 @@ files, to verify signatures, and to manage the private and public keys.")
perl-try-tiny
perl-type-tiny
perl-types-path-tiny
- torsocks))
+ (@ (gnu packages tor) torsocks))) ;avoid dependency loop
(native-inputs
(list perl-file-which
perl-gnupg-interface
u/packages/dns.scm?id=880e70e8b6ffc554568137e91af5ca7dc653fe66'>gnu: bind: Update to 9.16.27 [fixes CVE-2022-0396].Tobias Geerinckx-Rice 2022-02-13gnu: bind: Update to 9.16.26.Tobias Geerinckx-Rice 2022-01-21gnu: knot-resolver: Fix build.Oleg Pykhalov 2022-01-16gnu: bind: Update to 9.16.25.Tobias Geerinckx-Rice 2022-01-06gnu: knot-resolver: Update to 5.4.4.Tobias Geerinckx-Rice 2021-12-29gnu: dnssec-trigger: Use G-expressions & remove input labels.Tobias Geerinckx-Rice 2021-12-26gnu: ldns: Do not depend directly on nss-certs.Leo Famulari 2021-12-25gnu: ldns: Gexp arguments.Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Make Python non-native.Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Remove input labels.Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Remove unused native input.Tobias Geerinckx-Rice 2021-12-25gnu: ldns: Update to 1.8.1.Tobias Geerinckx-Rice 2021-12-22gnu: knot: Update to 3.1.5.Tobias Geerinckx-Rice 2021-12-17gnu: knot-resolver: Update to 5.4.3.Tobias Geerinckx-Rice 2021-12-17gnu: nsd: Update to 4.3.9.Tobias Geerinckx-Rice 2021-12-15gnu: bind: Update to 9.16.24.Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-09gnu: bind: Update to 9.16.23 [fixes CVE-2021-25218, CVE-2021-25219].Tobias Geerinckx-Rice 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-27gnu: yadifa: Update to 2.5.3.Tobias Geerinckx-Rice 2021-11-22gnu: openresolv: Wrap resolvconf.Vivien Kraus