aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-01 09:31:14 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:22 +0200
commit5668fd4de4512f2c10d42137fe4b89e46c38ca5d (patch)
treec24d7c15c936a9f78a5001fcf466ddfe622cb09a /Makefile
parent254e9bef6cfa1f1c78b6afd4d3be03ca99208766 (diff)
downloadhaunt-blog-5668fd4de4512f2c10d42137fe4b89e46c38ca5d.tar.gz
haunt-blog-5668fd4de4512f2c10d42137fe4b89e46c38ca5d.tar.bz2
haunt-blog-5668fd4de4512f2c10d42137fe4b89e46c38ca5d.zip
Makefile: clarify GUIX_CONVERT_PACKAGES variable.
As the HAUNT variable uses its own package list, renaming GUIX_PACKAGES to GUIX_CONVERT_PACKAGES makes the code more clear. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c31385..f71d301 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ BLOG_URL ?= https://blog.replicant.us/page
GUILE_PATCH = v1-0001-SRFI-19-Add-support-for-ISO-8601-zones-with-a-col.patch
GUIX_COMMIT ?= b25b94335a3ee8d68d2145da8e5ea0325ecea451
GUIX_SHELL ?= guix time-machine --commit=$(GUIX_COMMIT) -- shell -C
-GUIX_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh
+GUIX_CONVERT_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh
-CONVERT ?= $(GUIX_SHELL) $(GUIX_PACKAGES) -- python3 convert.py
+CONVERT ?= $(GUIX_SHELL) $(GUIX_CONVERT_PACKAGES) -- python3 convert.py
HAUNT ?= $(GUIX_SHELL) --with-patch=guile=patches/$(GUILE_PATCH) haunt -- haunt
SENTINEL =