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 = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
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/
|
mkdir -p $out/share/emacs/site-lisp/twelf/
|
||||||
rsync -av emacs/ $out/share/emacs/site-lisp/twelf/
|
rsync -av emacs/ $out/share/emacs/site-lisp/twelf/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user