summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-10 02:32:51 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-10 11:42:14 -0400
commit79adb993fbafeb89062e9b948e916d89311f7ca6 (patch)
tree99796196158839532e18cab8e7849bf872238b0c /pkgs/development/tools/misc
parent1174526004cf25cc9fb0701a95c853521bad778d (diff)
downloadnixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar.gz
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar.bz2
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar.lz
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar.xz
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.tar.zst
nixpkgs-79adb993fbafeb89062e9b948e916d89311f7ca6.zip
cscope: Remove unneeded crossAttrs
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/cscope/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/tools/misc/cscope/default.nix b/pkgs/development/tools/misc/cscope/default.nix
index b737bb7a7da..0b1bbf5f9e4 100644
--- a/pkgs/development/tools/misc/cscope/default.nix
+++ b/pkgs/development/tools/misc/cscope/default.nix
@@ -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";