Merge pull request #7100 from bcdarwin/fix-twelf

twelf: fix by actually including the Twelf SML heap image in the package...
This commit is contained in:
lethalman 2015-03-31 12:24:12 +02:00
commit 9151983435
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
rsync -av bin/* $out/bin/
rsync -av bin/{*,.heap} $out/bin/
bin/.mkexec ${smlnj}/bin/sml $out/ twelf-server twelf-server
mkdir -p $out/share/emacs/site-lisp/twelf/
rsync -av emacs/ $out/share/emacs/site-lisp/twelf/