aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-10-20 21:26:48 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2015-10-20 21:30:38 +0200
commitd60dedc5371cb54e7191b0d3192caa7d07bb009f (patch)
treed0d54ccfffe92e149d9e37f481010ca1f9d81ada /README.md
parent[docs] bump version in man pages (diff)
downloadgs-elpa-d60dedc5371cb54e7191b0d3192caa7d07bb009f.tar.gz
gs-elpa-d60dedc5371cb54e7191b0d3192caa7d07bb009f.tar.bz2
gs-elpa-d60dedc5371cb54e7191b0d3192caa7d07bb009f.zip
[docs, config] temporary fix for issue #6
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 51d20b7..e50aab2 100644
--- a/README.md
+++ b/README.md
@@ -87,3 +87,11 @@ See man page of **gs-elpa** for further information.
the generation. To enable their generation you need to edit
`/etc/g-sorcery/gs-elpa.json` file: remove packages you need
from the `exclude` list in the `common_config` inside this config file.
+
+* **Excluding packages from dependencies**:
+ If you ever find bugs like [this one](https://github.com/jauhien/gs-elpa/issues/6),
+ you can exclude packages from dependencies adding their name to the "external" object
+ in the "common-config" section of `/etc/g-sorcery/gs-elpa.json` config file.
+ For the example issue it would be (together with already added packages):
+
+ "external": {"emacs": "virtual/emacs", "cl-lib": "virtual/emacs", "eieio": "virtual/emacs"}