about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2026-04-06 04:58:30 -0500
committerPjotr Prins2026-04-06 04:58:30 -0500
commitd99396ddac97bdea89c4326e5d3a6ba70c894313 (patch)
tree7a115faa8c5cbf838a79035a5607c85dd65bc6ac
parentddfb74eb61d4200d777d5335b0828ac86d1c6580 (diff)
downloadgenecup-d99396ddac97bdea89c4326e5d3a6ba70c894313.tar.gz
Add curl to propagated inputs (guix.scm)
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 77551cd..f2e54d4 100644
--- a/guix.scm
+++ b/guix.scm
@@ -430,6 +430,7 @@ access to Gemini models.")
                                      "/share/nltk_data"))))))))))
     (propagated-inputs
      (list
+       curl
        python-bcrypt
        python-flask
        python-flask-sqlalchemy