Author: viric
Date: Sat Dec  4 21:43:24 2010
New Revision: 24970
URL: https://svn.nixos.org/websvn/nix/?rev=24970&sc=1

Log:
Fixing the dependency of cscope on 'emacs'.

On the other hand, cross-building emacs fails even to evaluate. I did not 
investigate.

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/development/tools/misc/cscope/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/development/tools/misc/cscope/default.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/development/tools/misc/cscope/default.nix  
    Sat Dec  4 18:39:44 2010        (r24969)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/development/tools/misc/cscope/default.nix  
    Sat Dec  4 21:43:24 2010        (r24970)
@@ -17,8 +17,8 @@
 
   configureFlags = "--with-ncurses=${ncurses}";
 
-  buildInputs = [ ncurses emacs ];
-  buildNativeInputs = [ pkgconfig ];
+  buildInputs = [ ncurses ];
+  buildNativeInputs = [ pkgconfig emacs ];
 
   postInstall = ''
     # Install Emacs mode.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to