about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2026-04-01 12:33:31 +0200
committerPjotr Prins2026-04-01 12:33:31 +0200
commitd7c16cc332e010a62cc54b66613dbcadda4904fc (patch)
treee262c6c3d01d6f998b65bb5c7d0c3e40fe7065a3
parent33c58551959a8e6d098fbc075d0088bd134f1567 (diff)
downloadgenecup-d7c16cc332e010a62cc54b66613dbcadda4904fc.tar.gz
add (edirect) gzip
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index c3aeaee..f988ace 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))
+    (propagated-inputs (list curl wget grep sed gawk coreutils findutils gzip))
     (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")