mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Byte-compile Agda's elisp files
This commit is contained in:
parent
97a0dd9eb9
commit
d7df8b41a3
@ -1,4 +1,4 @@
|
||||
{ cabal, alex, binary, deepseq, filepath, geniplate, happy
|
||||
{ cabal, alex, binary, deepseq, emacs, filepath, geniplate, happy
|
||||
, hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel
|
||||
, QuickCheck, text, time, unorderedContainers, xhtml, zlib
|
||||
}:
|
||||
@ -14,8 +14,11 @@ cabal.mkDerivation (self: {
|
||||
haskellSrcExts mtl parallel QuickCheck text time
|
||||
unorderedContainers xhtml zlib
|
||||
];
|
||||
buildTools = [ alex happy ];
|
||||
buildTools = [ alex emacs happy ];
|
||||
jailbreak = true;
|
||||
postInstall = ''
|
||||
$out/bin/agda-mode compile
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||
description = "A dependently typed functional programming language and proof assistant";
|
||||
|
Loading…
Reference in New Issue
Block a user