twelf: fix emacs mode
This commit is contained in:
parent
c1d3c10607
commit
f285ce8fed
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
|
|||
rsync -av bin/{*,.heap} $out/bin/
|
||||
bin/.mkexec ${smlnj}/bin/sml $out/ twelf-server twelf-server
|
||||
|
||||
substituteInPlace emacs/twelf-init.el \
|
||||
--replace '(concat twelf-root "emacs")' '(concat twelf-root "share/emacs/site-lisp/twelf")'
|
||||
|
||||
mkdir -p $out/share/emacs/site-lisp/twelf/
|
||||
rsync -av emacs/ $out/share/emacs/site-lisp/twelf/
|
||||
|
||||
|
|
Loading…
Reference in a new issue