me
/
guix
Archived
1
0
Fork 0

gnu: Add python2-pynacl.

* gnu/packages/python-crypto.scm (python2-pynacl): New variable.
master
Jelle Licht 2018-04-17 21:29:41 +02:00
parent 6d94bf6baa
commit acc6e6955f
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 3 additions and 0 deletions

View File

@ -619,6 +619,9 @@ Networking and Cryptography library. These libraries have a stated goal
of improving usability, security and speed.") of improving usability, security and speed.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python2-pynacl
(package-with-python2 python-pynacl))
(define-public python2-pgpdump (define-public python2-pgpdump
(package (package
(name "python2-pgpdump") (name "python2-pgpdump")