summary refs log tree commit diff
path: root/pkgs/development/tools/misc/cscope
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-12-04 21:43:24 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-12-04 21:43:24 +0000
commitcd9d91306c7f4f3d00c4f21ebbd864a186c8d4a3 (patch)
tree2c9a1b6b5ca4946ed575ef552f250b01ac138bde /pkgs/development/tools/misc/cscope
parentcf79eb4d89fcf1dbcbaece923d2d2537b0572253 (diff)
Fixing the dependency of cscope on 'emacs'.
On the other hand, cross-building emacs fails even to evaluate. I did not investigate.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24970
Diffstat (limited to 'pkgs/development/tools/misc/cscope')
-rw-r--r--pkgs/development/tools/misc/cscope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/cscope/default.nix b/pkgs/development/tools/misc/cscope/default.nix
index 2a9e77bd05bca..c27c7ab291a29 100644
--- a/pkgs/development/tools/misc/cscope/default.nix
+++ b/pkgs/development/tools/misc/cscope/default.nix
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--with-ncurses=${ncurses}";
 
-  buildInputs = [ ncurses emacs ];
-  buildNativeInputs = [ pkgconfig ];
+  buildInputs = [ ncurses ];
+  buildNativeInputs = [ pkgconfig emacs ];
 
   postInstall = ''
     # Install Emacs mode.