GLOBAL: Install the Emacs mode.
svn path=/nixpkgs/trunk/; revision=16334
This commit is contained in:
parent
474c54071b
commit
1bc6e5c847
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0fdkkg5qs76cjdnig54bhw97dgwg2rm2dg8k8r7hz836pk838540";
|
sha256 = "0fdkkg5qs76cjdnig54bhw97dgwg2rm2dg8k8r7hz836pk838540";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ensureDir "$out/share/emacs/site-lisp"
|
||||||
|
cp -v *.el "$out/share/emacs/site-lisp"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU GLOBAL source code tag system";
|
description = "GNU GLOBAL source code tag system";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user