twelf: fix by actually including the Twelf SML heap image in the package and referencing the SML interpreter so the smlnj package won't be gc'd

+2 -1
+2 -1
pkgs/applications/science/logic/twelf/default.nix
··· 18 18 19 19 installPhase = '' 20 20 mkdir -p $out/bin 21 - rsync -av bin/* $out/bin/ 21 + rsync -av bin/{*,.heap} $out/bin/ 22 + bin/.mkexec ${smlnj}/bin/sml $out/ twelf-server twelf-server 22 23 23 24 mkdir -p $out/share/emacs/site-lisp/twelf/ 24 25 rsync -av emacs/ $out/share/emacs/site-lisp/twelf/