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:
commit
9151983435
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue