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
@ -18,10 +18,6 @@ stdenv.mkDerivation (rec {
|
|||||||
sha256 = "0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh";
|
sha256 = "0fsn7xis81za62afan0vvm38bvgzg5wfmv1m86flqcj0nj7jjilh";
|
||||||
};
|
};
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
patches = [ ./wint_t.patch ];
|
|
||||||
};
|
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-shared --includedir=''${out}/include --without-debug
|
--with-shared --includedir=''${out}/include --without-debug
|
||||||
${if unicode then "--enable-widec" else ""}${if cxx then "" else "--without-cxx-binding"}
|
${if unicode then "--enable-widec" else ""}${if cxx then "" else "--without-cxx-binding"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user