aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/manifest.scm
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-03-09 10:01:30 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-03-09 10:19:36 +0100
commite857f0bb55b1cd119f1cface8476dcaddc7b6b2f (patch)
treeffdbd0f0ddc8d85db1e327fa98f42957bbd1dc0d /contrib/guix/manifest.scm
parent0cc5a19205f8cf915f7e3c894abef46a9ba3b170 (diff)
downloadbitcoin-e857f0bb55b1cd119f1cface8476dcaddc7b6b2f.tar.xz
guix: Drop unneeded openssl dependency for signapple
Diffstat (limited to 'contrib/guix/manifest.scm')
-rw-r--r--contrib/guix/manifest.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm
index 83dc6b42e8..6c81f42e2d 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -506,8 +506,7 @@ and endian independent.")
("python-certvalidator" ,python-certvalidator)
("python-elfesteem" ,python-elfesteem)
("python-requests" ,python-requests)
- ("python-macholib" ,python-macholib)
- ("libcrypto" ,openssl)))
+ ("python-macholib" ,python-macholib)))
;; There are no tests, but attempting to run python setup.py test leads to
;; problems, just disable the test
(arguments '(#:tests? #f))