summaryrefslogtreecommitdiff
path: root/mulkcms.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-07-29 14:34:29 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-07-29 14:34:29 +0200
commita123c11685fa051697fe51a95f3e2fbde72a6eb1 (patch)
treea5b791204803122b291ce719f066e8af3edac836 /mulkcms.asd
parent88c78f464129856da0c980bc808f8fdeafae8e1c (diff)
Disable simple-date/postgres-glue to make the Dockerfile work.
Diffstat (limited to 'mulkcms.asd')
-rw-r--r--mulkcms.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd
index 55a2cbe..24ac416 100644
--- a/mulkcms.asd
+++ b/mulkcms.asd
@@ -11,7 +11,7 @@
:depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence
:cl-ppcre :cl-fad :cxml :json-template :cxml-stp
:ironclad :flexi-streams :drakma :puri :simple-date
- :local-time :simple-date/postgres-glue)
+ :local-time)
:components ((:file "package")
(:file "site")
(:file "mulkcms")