1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cscope: Remove unneeded crossAttrs

This commit is contained in:
John Ericson 2018-05-10 02:32:51 -04:00
parent 1174526004
commit 79adb993fb

View file

@ -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";