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}";
|
configureFlags = "--with-ncurses=${ncurses}";
|
||||||
|
|
||||||
buildInputs = [ ncurses emacs ];
|
buildInputs = [ ncurses ];
|
||||||
buildNativeInputs = [ pkgconfig ];
|
buildNativeInputs = [ pkgconfig emacs ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Install Emacs mode.
|
# Install Emacs mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user