From 1bc6e5c847417f39714e6a0ac07c55d3897411e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 13 Jul 2009 09:21:04 +0000 Subject: [PATCH] GLOBAL: Install the Emacs mode. svn path=/nixpkgs/trunk/; revision=16334 --- pkgs/development/tools/misc/global/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/tools/misc/global/default.nix b/pkgs/development/tools/misc/global/default.nix index 789236e8a2ff..2d70322139ad 100644 --- a/pkgs/development/tools/misc/global/default.nix +++ b/pkgs/development/tools/misc/global/default.nix @@ -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";