cygwin: findutils fpending and coreutils patch

This commit is contained in:
Marko Durkovic
2015-05-28 10:53:35 +02:00
committed by Rok Garbas
parent 3f6949c3ef
commit 221b5a5be5
3 changed files with 1267 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
configureFlags = [ "gl_cv_func_wcwidth_works=yes" ];
};
preConfigure = if stdenv.isCygwin then ''
sed -i gnulib/lib/fpending.h -e '/include <stdio_ext.h>/d'
'' else null;
meta = {
homepage = http://www.gnu.org/software/findutils/;
description = "GNU Find Utilities, the basic directory searching utilities of the GNU operating system";