GNU Ncurses: Remove patch that no longer applies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32728
This commit is contained in:
parent
148e234aab
commit
0b6223cff2
1 changed files with 0 additions and 4 deletions
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue