diff options
| author | Pjotr Prins | 2026-04-06 11:55:23 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-06 11:55:23 +0200 |
| commit | 0ede8df7f295604b09a574dcfa587a31483f1583 (patch) | |
| tree | d0efa753584707f898f4db67cdc73a878ed690e9 | |
| parent | acca175362eb1d1ce2b0cd263c39537b2b8a6f2b (diff) | |
| download | genecup-0ede8df7f295604b09a574dcfa587a31483f1583.tar.gz | |
Propagate (guix.scm) xargs
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 5c8519e..2d17801 100644 --- a/guix.scm +++ b/guix.scm @@ -286,7 +286,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 unzip)) + (propagated-inputs (list curl wget grep sed gawk coreutils findutils gzip unzip xargs)) (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") |
