gnu: Add python2-pynacl.
authorJelle Licht <jlicht@fsfe.org>
Tue, 17 Apr 2018 19:29:41 +0000 (21:29 +0200)
committerJelle Licht <jlicht@fsfe.org>
Tue, 24 Apr 2018 12:45:11 +0000 (14:45 +0200)
* gnu/packages/python-crypto.scm (python2-pynacl): New variable.

gnu/packages/python-crypto.scm

index d82cfeb..dda1024 100644 (file)
@@ -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")