forked from brmlab/brmelect-github
add postgres egg
This commit is contained in:
parent
9f24f4e254
commit
8793ddfef2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
(chicken format)
|
||||
;(chicken miscmacros)
|
||||
miscmacros
|
||||
sqlite3
|
||||
postgresql
|
||||
webgate-core
|
||||
;configuration
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue