ott: Don't also install emacs mode

There is now a separate package for that.
This commit is contained in:
John Ericson 2021-01-05 14:00:24 -05:00
parent 0f52f30928
commit 4eb13669a0

View File

@ -16,7 +16,13 @@ stdenv.mkDerivation rec {
installTargets = "ott.install";
postInstall = "opaline -prefix $out";
postInstall = ''
opaline -prefix $out
''
# There is `emacsPackages.ott-mode` for this now.
+ ''
rm -r $out/share/emacs
'';
meta = {
description = "A tool for the working semanticist";