Cross-building ncursesw was not that easy; it needed this patch, at least for

the current nixpkgs (gcc, glibc)

svn path=/nixpkgs/branches/stdenv-updates/; revision=24246
This commit is contained in:
Lluís Batlle i Rossell
2010-10-12 19:39:30 +00:00
parent 57df19fe85
commit 61e9f9cede
2 changed files with 18 additions and 0 deletions
@@ -7,6 +7,10 @@ stdenv.mkDerivation ( rec {
url = "mirror://gnu/ncurses/${name}.tar.gz";
sha256 = "1x4q6kma6zgg438llbgiac3kik7j2lln9v97jdffv3fyqyjxx6qa";
};
crossAttrs = {
patches = [ ./wint_t.patch ];
};
configureFlags = ''
--with-shared --includedir=''${out}/include --without-debug