summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-10-08 07:26:39 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-10-08 07:26:39 -0400
commitbf1fb5cad62bc1adc7ee62d0986484d088d5e9ef (patch)
tree3f87ec695bc6855389d6f6373df5396b5a88307d
parent0e699be281c8dea53e589e08a5831837e0eae7ea (diff)
chickadee: Add readline to list of requirements.
-rw-r--r--projects.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects.scm b/projects.scm
index 6e05296..c3278a3 100644
--- a/projects.scm
+++ b/projects.scm
@@ -312,7 +312,8 @@ Scheme.")
"http://opengameart.org/content/winter-birds"))))
#:requirements '("GNU Guile >= 3.0.0"
"Guile-SDL2 >= 0.7.0"
- "Guile-OpenGL >= 0.1.0")
+ "Guile-OpenGL >= 0.1.0"
+ "GNU Readline")
#:license "GNU GPLv3+"
#:releases
`(("0.8.0" ,(date 2021 10 07))