summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2013-02-13 23:20:11 +0100
committerLudovic Courtès <ludo@gnu.org>2013-02-27 20:55:39 +0100
commitf9c36483294f0e2eba9d0cde312023546aba9069 (patch)
treec5f7b8095d7011f036f85db43b799e68609f7e33 /Makefile.am
parent854d62777938eaf5552d8e90a3848e3a8fdbbbbd (diff)
downloadguix-patches-f9c36483294f0e2eba9d0cde312023546aba9069.tar
guix-patches-f9c36483294f0e2eba9d0cde312023546aba9069.tar.gz
gnu: Add vim.
* gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b0613d27b..739b75e430 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,6 +152,7 @@ MODULES = \
gnu/packages/time.scm \
gnu/packages/tmux.scm \
gnu/packages/tor.scm \
+ gnu/packages/vim.scm \
gnu/packages/wdiff.scm \
gnu/packages/wget.scm \
gnu/packages/which.scm \