Skip to content

Commit e857f0b

Browse files
committed
guix: Drop unneeded openssl dependency for signapple
1 parent 0cc5a19 commit e857f0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,7 @@ and endian independent.")
506506
("python-certvalidator" ,python-certvalidator)
507507
("python-elfesteem" ,python-elfesteem)
508508
("python-requests" ,python-requests)
509-
("python-macholib" ,python-macholib)
510-
("libcrypto" ,openssl)))
509+
("python-macholib" ,python-macholib)))
511510
;; There are no tests, but attempting to run python setup.py test leads to
512511
;; problems, just disable the test
513512
(arguments '(#:tests? #f))

0 commit comments

Comments
 (0)