summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/nxml/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/nxml/builder.sh')
-rw-r--r--pkgs/applications/editors/emacs-modes/nxml/builder.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs-modes/nxml/builder.sh b/pkgs/applications/editors/emacs-modes/nxml/builder.sh
new file mode 100644
index 000000000000..d2393362ebb6
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/nxml/builder.sh
@@ -0,0 +1,7 @@
+source $stdenv/setup
+
+mkdir -p $out/emacs/site-lisp
+cd $out/emacs/site-lisp
+tar xvfz $src
+mv nxml-mode-*/* .
+rmdir nxml-mode-*