diff options
| author | Pjotr Prins | 2026-04-03 08:47:49 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-03 08:47:49 +0200 |
| commit | 0bf4af9c23ca5a1a34c9fa85ed18b5136113046a (patch) | |
| tree | 89f1cd69a42e5a54a71b21e6a892b64a1ad6b8ea | |
| parent | d7c16cc332e010a62cc54b66613dbcadda4904fc (diff) | |
| download | genecup-0bf4af9c23ca5a1a34c9fa85ed18b5136113046a.tar.gz | |
Fix edirect (guix) with unzip
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index f988ace..9b0f382 100644 --- a/guix.scm +++ b/guix.scm @@ -276,7 +276,7 @@ GeneCup with four gene symbols (gria1, crhr1, drd2, and penk).") go-github-com-surgebase-porter2 go-golang-org-x-sys go-golang-org-x-text)) - (propagated-inputs (list curl wget grep sed gawk coreutils findutils gzip)) + (propagated-inputs (list curl wget grep sed gawk coreutils findutils gzip unzip)) (inputs (list bash-minimal coreutils perl perl-xml-simple python)) (home-page "https://www.ncbi.nlm.nih.gov/books/NBK179288/") (synopsis "Tools for accessing the NCBI's set of databases") |
