forked from mirrors/nixpkgs
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:
parent
cf79eb4d89
commit
cd9d91306c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue