cscope: Remove unneeded crossAttrs
This commit is contained in:
parent
1174526004
commit
79adb993fb
@ -31,11 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
cp xcscope.el{,c} "$out/share/emacs/site-lisp"
|
cp xcscope.el{,c} "$out/share/emacs/site-lisp"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
postInstall = "";
|
|
||||||
propagatedBuildInputs = [ ncurses.crossDrv ];
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A developer's tool for browsing source code";
|
description = "A developer's tool for browsing source code";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user