cscope: Remove unneeded crossAttrs
This commit is contained in:
parent
1174526004
commit
79adb993fb
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ stdenv.mkDerivation rec {
|
|||
cp xcscope.el{,c} "$out/share/emacs/site-lisp"
|
||||
'';
|
||||
|
||||
crossAttrs = {
|
||||
postInstall = "";
|
||||
propagatedBuildInputs = [ ncurses.crossDrv ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A developer's tool for browsing source code";
|
||||
|
||||
|
|
Loading…
Reference in a new issue