mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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