mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add python2-pynacl.
* gnu/packages/python-crypto.scm (python2-pynacl): New variable.
This commit is contained in:
parent
6d94bf6baa
commit
acc6e6955f
1 changed files with 3 additions and 0 deletions
|
@ -619,6 +619,9 @@ (define-public python-pynacl
|
|||
of improving usability, security and speed.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-pynacl
|
||||
(package-with-python2 python-pynacl))
|
||||
|
||||
(define-public python2-pgpdump
|
||||
(package
|
||||
(name "python2-pgpdump")
|
||||
|
|
Loading…
Reference in a new issue