ott-mode: Init (version inherited from ott)

This way it is pre-compiled.
This commit is contained in:
John Ericson 2021-01-05 13:40:34 -05:00
parent 2ae527c50e
commit 0f52f30928
2 changed files with 14 additions and 1 deletions

View File

@ -114,6 +114,19 @@
org-mac-link =
callPackage ./org-mac-link { };
ott-mode = self.trivialBuild {
pname = "ott-mod";
inherit (external.ott) src version;
postUnpack = "mv $sourceRoot/emacs/ott-mode.el $sourceRoot";
meta = {
description = "Standalone package providing ott-mode without building ott and with compiled bytecode.";
inherit (external.Agda.meta) homepage license;
};
};
perl-completion =
callPackage ./perl-completion { };

View File

@ -21089,7 +21089,7 @@ in
inherit
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
libtool zeromq openssl;
libtool zeromq openssl ott;
};
};