aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index fc56954..e371eff 100644
--- a/guix.scm
+++ b/guix.scm
@@ -28,6 +28,7 @@
(gnu packages databases)
(gnu packages python)
(gnu packages python-check)
+ (gnu packages python-crypto)
(gnu packages python-web)
(gnu packages python-xyz)
((guix build utils) #:select (with-directory-excursion))
@@ -63,6 +64,7 @@
#:recursive? #t
#:select? git-file?))
(propagated-inputs `(("coreutils" ,coreutils)
+ ("python-bcrypt" ,python-bcrypt)
("python" ,python-wrapper)
("python-flask" ,python-flask)
("python-pylint" python-pylint)