summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Damien Cassou2021-03-16 21:38:40 +0100
committerGravatar Damien Cassou2021-03-16 21:48:50 +0100
commit41eb1ec1508b92382fcec9f9752bfad5dcc8b49a (patch)
tree2fb62bf1f7912654832c621a211bf982a0433e1a
parenta855c61150b8516f554b409ca65a96de4bf56c5e (diff)
downloadnroam-41eb1ec1508b92382fcec9f9752bfad5dcc8b49a.tar.gz
nroam-41eb1ec1508b92382fcec9f9752bfad5dcc8b49a.zip
* Makefile: Fix dependencies
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 349145d..a0ab377 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
-ELPA_DEPENDENCIES=package-lint
+# Dependencies to install. The project depends on a version of org
+# that is more recent than the one provided by Emacs 27.1. Because
+# makel will refuse to install org because it is built into Emacs, we
+# force a newer version by asking org-plus-contrib instead.
+ELPA_DEPENDENCIES=package-lint org-plus-contrib org-roam
-ELPA_ARCHIVES=melpa-stable gnu
+ELPA_ARCHIVES=melpa org
LINT_CHECKDOC_FILES=$(wildcard *.el)
LINT_PACKAGE_LINT_FILES=nroam.el