fix faulty include in libpsl

This commit is contained in:
Jude Taylor 2015-09-25 02:33:21 -07:00
parent 5d6500fee8
commit e43d3b7114

View File

@ -28,6 +28,10 @@ in stdenv.mkDerivation {
buildInputs = [ icu libxslt ];
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig ];
postPatch = ''
substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h
'';
preAutoreconf = ''
mkdir m4
gtkdocize