ott-mode: Init (version inherited from ott)
This way it is pre-compiled.
This commit is contained in:
parent
2ae527c50e
commit
0f52f30928
2 changed files with 14 additions and 1 deletions
|
@ -114,6 +114,19 @@
|
||||||
org-mac-link =
|
org-mac-link =
|
||||||
callPackage ./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 =
|
perl-completion =
|
||||||
callPackage ./perl-completion { };
|
callPackage ./perl-completion { };
|
||||||
|
|
||||||
|
|
|
@ -21089,7 +21089,7 @@ in
|
||||||
inherit
|
inherit
|
||||||
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
||||||
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
||||||
libtool zeromq openssl;
|
libtool zeromq openssl ott;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue