diff options
author | Frederick Muriuki Muriithi | 2023-08-04 12:50:11 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-04 12:50:11 +0300 |
commit | 1c37069b05145145ee7fa98b54c2bd2ab23fb45d (patch) | |
tree | 1ee0ad6722ba62f8942d052a1b6b1b832a2cfa8a | |
parent | bd99071174bfa80d179dd32673200f51000b86b5 (diff) | |
download | gn-auth-1c37069b05145145ee7fa98b54c2bd2ab23fb45d.tar.gz |
Add some missing packages
-rw-r--r-- | .guix/modules/guix-package.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.guix/modules/guix-package.scm b/.guix/modules/guix-package.scm index bda9204..899f0d7 100644 --- a/.guix/modules/guix-package.scm +++ b/.guix/modules/guix-package.scm @@ -62,7 +62,9 @@ (propagated-inputs (list python-flask python-authlib + python-pymonad yoyo-migrations + python-bcrypt ;; remove after removing all references python-argon2-cffi python-email-validator)) (home-page "https://github.com/genenetwork/gn-auth") |