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
This commit is contained in:
Lluís Batlle i Rossell 2010-12-04 21:43:24 +00:00
parent cf79eb4d89
commit cd9d91306c

View file

@ -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.