diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-05-10 16:55:24 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:29 +0200 |
| commit | bc589297ef80837fe4ceb6c155bed3c515c7d8df (patch) | |
| tree | e372af496207c4ebab1628467cba47f22ea65ecc | |
| parent | 381e6b185d48826fdaaf8671ffd8a51f07b4d796 (diff) | |
| download | haunt-blog-bc589297ef80837fe4ceb6c155bed3c515c7d8df.tar.gz haunt-blog-bc589297ef80837fe4ceb6c155bed3c515c7d8df.tar.bz2 haunt-blog-bc589297ef80837fe4ceb6c155bed3c515c7d8df.zip | |
Makefile: add forgetten HAUNT_PORT.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ GUIX_PYTHON_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh CONVERT ?= $(GUIX_SHELL) $(GUIX_PYTHON_PACKAGES) -- python3 wordpresshtml2commonmark.py HAUNT ?= $(GUIX_SHELL) --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt +HAUNT_PORT ?= 8080 + VENDOR_REPLICANT_ARTWORK_REV ?= fc213d2ca94cef9047d1e4a71c21c4c4c87f349d VENDOR_REPLICANT_ARTWORK_PATH ?= external/vendor_replicant_artwork |
