diff options
| author | Pjotr Prins | 2026-04-01 10:08:16 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-01 10:08:16 +0200 |
| commit | 33c58551959a8e6d098fbc075d0088bd134f1567 (patch) | |
| tree | 538cacc96fc914c78aff916b564cc658c911711a | |
| parent | 12cd1e0aa3d7be1ae0e7aa2b179246851f9ebbe7 (diff) | |
| download | genecup-33c58551959a8e6d098fbc075d0088bd134f1567.tar.gz | |
fix (edirect)
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 5530c24..c3aeaee 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)) + (propagated-inputs (list curl wget grep sed gawk coreutils findutils)) (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") |
