diff options
author | Alexander Kabui | 2021-03-31 23:57:40 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-03-31 23:57:40 +0300 |
commit | a2409adee7576a1f41be3cf1ccc436bf0d024317 (patch) | |
tree | 477008a2afef82315a27470d4a29cd42e6271177 /guix.scm | |
parent | 9d7839a75f158cb9ca46d81a5384ad42374ddd26 (diff) | |
download | genenetwork3-a2409adee7576a1f41be3cf1ccc436bf0d024317.tar.gz |
add mysqlclient in guix
add env variable for GN2_URL
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |