diff options
author | Alexander Kabui | 2021-09-15 16:06:52 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-09-15 16:06:52 +0300 |
commit | 488ad475ca7112d64f9f1f0d4934c3293388bf1a (patch) | |
tree | 095cb1ac9191ccdaf97e6fa74da61a1db85a3919 /guix.scm | |
parent | cee10bacd4316eb807c36b8a11e84f9be5945f44 (diff) | |
download | genenetwork3-488ad475ca7112d64f9f1f0d4934c3293388bf1a.tar.gz |
remove golang package causing build failure
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,7 +43,6 @@ (gnu packages databases) (gnu packages statistics) (gnu packages bioconductor) - (gn packages golang) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -83,7 +82,6 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) - ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("gemma-wrapper" ,gemma-wrapper) ("gunicorn" ,gunicorn) ("python" ,python-wrapper) |