3
0
Fork 0
forked from mirrors/nixpkgs

GNU Ncurses: Remove patch that no longer applies.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32728
This commit is contained in:
Ludovic Courtès 2012-03-01 21:48:25 +00:00
parent 148e234aab
commit 0b6223cff2

View file

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