From 0b6223cff2ae782bcbddafac7a958197662be86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 1 Mar 2012 21:48:25 +0000 Subject: [PATCH] GNU Ncurses: Remove patch that no longer applies. svn path=/nixpkgs/branches/stdenv-updates/; revision=32728 --- pkgs/development/libraries/ncurses/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/libraries/ncurses/default.nix b/pkgs/development/libraries/ncurses/default.nix index 93126d511356..0278f62f65d8 100644 --- a/pkgs/development/libraries/ncurses/default.nix +++ b/pkgs/development/libraries/ncurses/default.nix @@ -18,10 +18,6 @@ stdenv.mkDerivation (rec { sha256 = "0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh"; }; - crossAttrs = { - patches = [ ./wint_t.patch ]; - }; - configureFlags = '' --with-shared --includedir=''${out}/include --without-debug ${if unicode then "--enable-widec" else ""}${if cxx then "" else "--without-cxx-binding"}