poppler: improve on mingw

The minimal version should be fine now.
This commit is contained in:
Vladimír Čunát 2016-02-10 12:08:23 +01:00
parent 076a09ee37
commit 960244c0af

View file

@ -43,6 +43,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
crossAttrs.postPatch =
# there are tests using `strXXX_s` functions that are missing apparently
stdenv.lib.optionalString (stdenv.cross.libc or null == "msvcrt")
"sed '/^SUBDIRS =/s/ test / /' -i Makefile.in";
meta = with lib; {
homepage = http://poppler.freedesktop.org/;
description = "A PDF rendering library";