From 205d331011d0b64e534499baac65b3fd9d593825 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 6 Apr 2026 05:00:02 -0500 Subject: Add findutils to propagated inputs (guix.scm) --- guix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 2c42e85..2b0b9b8 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 xargs)) + (propagated-inputs (list curl wget grep sed gawk coreutils findutils gzip unzip 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") @@ -433,6 +433,7 @@ access to Gemini models.") (propagated-inputs (list curl + findutils python-bcrypt python-flask python-flask-sqlalchemy -- cgit 1.4.1