ott: Don't also install emacs mode
There is now a separate package for that.
This commit is contained in:
parent
0f52f30928
commit
4eb13669a0
@ -16,7 +16,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installTargets = "ott.install";
|
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 = {
|
meta = {
|
||||||
description = "A tool for the working semanticist";
|
description = "A tool for the working semanticist";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user