mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 06:48:57 +00:00
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"
|
||||
'';
|
||||
|
||||
crossAttrs = {
|
||||
postInstall = "";
|
||||
propagatedBuildInputs = [ ncurses.crossDrv ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A developer's tool for browsing source code";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user