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, 0 insertions, 7 deletions
diff --git a/pkgs/applications/editors/emacs/modes/nxml/builder.sh b/pkgs/applications/editors/emacs/modes/nxml/builder.sh
deleted file mode 100644
index d2393362ebb6..000000000000
--- a/pkgs/applications/editors/emacs/modes/nxml/builder.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-source $stdenv/setup
-
-mkdir -p $out/emacs/site-lisp
-cd $out/emacs/site-lisp
-tar xvfz $src
-mv nxml-mode-*/* .
-rmdir nxml-mode-*