aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorAlexander Kabui2021-03-31 23:57:40 +0300
committerAlexander Kabui2021-03-31 23:57:40 +0300
commita2409adee7576a1f41be3cf1ccc436bf0d024317 (patch)
tree477008a2afef82315a27470d4a29cd42e6271177 /guix.scm
parent9d7839a75f158cb9ca46d81a5384ad42374ddd26 (diff)
downloadgenenetwork3-a2409adee7576a1f41be3cf1ccc436bf0d024317.tar.gz
add mysqlclient in guix
add env variable for GN2_URL
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 4f4e3b2..a810a12 100644
--- a/guix.scm
+++ b/guix.scm
@@ -78,7 +78,7 @@
("python-pylint" python-pylint)
("python-redis" ,python-redis)
("python-scipy" ,python-scipy)
- ("python-scipy" ,python-scipy)
+ ("python-mysqlclient" ,python-mysqlclient)
("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs)))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")