[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: Add python2-pynacl.
From: |
Jelle Licht |
Subject: |
01/02: gnu: Add python2-pynacl. |
Date: |
Tue, 24 Apr 2018 07:45:36 -0400 (EDT) |
jlicht pushed a commit to branch master
in repository guix.
commit acc6e6955f5d481cf984cafb0459d3489feda99e
Author: Jelle Licht <address@hidden>
Date: Tue Apr 17 21:29:41 2018 +0200
gnu: Add python2-pynacl.
* gnu/packages/python-crypto.scm (python2-pynacl): New variable.
---
gnu/packages/python-crypto.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index d82cfeb..dda1024 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -619,6 +619,9 @@ Networking and Cryptography library. These libraries have
a stated goal
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")