1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

GLOBAL: Install the Emacs mode.

svn path=/nixpkgs/trunk/; revision=16334
This commit is contained in:
Ludovic Courtès 2009-07-13 09:21:04 +00:00
parent 474c54071b
commit 1bc6e5c847

View file

@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "0fdkkg5qs76cjdnig54bhw97dgwg2rm2dg8k8r7hz836pk838540";
};
postInstall = ''
ensureDir "$out/share/emacs/site-lisp"
cp -v *.el "$out/share/emacs/site-lisp"
'';
meta = {
description = "GNU GLOBAL source code tag system";