poppler: improve on mingw

The minimal version should be fine now.
wip/yesman
Vladimír Čunát 8 years ago
parent 076a09ee37
commit 960244c0af
  1. 5
      pkgs/development/libraries/poppler/default.nix

@ -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";

Loading…
Cancel
Save