add postgres egg

This commit is contained in:
TMA 2026-03-14 22:27:14 +01:00
parent 9f24f4e254
commit 8793ddfef2
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ chicken_cleanup() {
trap chicken_cleanup INT QUIT
# Install required eggs
chicken_install sqlite3
chicken_install postgresql
chicken_install srfi-1
chicken_install regex
chicken_install srfi-13

View file

@ -9,7 +9,7 @@
(chicken format)
;(chicken miscmacros)
miscmacros
sqlite3
postgresql
webgate-core
;configuration
)