diff options
| author | Pjotr Prins | 2026-04-06 04:58:30 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-06 04:58:30 -0500 |
| commit | d99396ddac97bdea89c4326e5d3a6ba70c894313 (patch) | |
| tree | 7a115faa8c5cbf838a79035a5607c85dd65bc6ac | |
| parent | ddfb74eb61d4200d777d5335b0828ac86d1c6580 (diff) | |
| download | genecup-d99396ddac97bdea89c4326e5d3a6ba70c894313.tar.gz | |
Add curl to propagated inputs (guix.scm)
| -rw-r--r-- | guix.scm | 1 |
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 |
