poppler: improve on mingw
The minimal version should be fine now.
This commit is contained in:
parent
076a09ee37
commit
960244c0af
@ -43,6 +43,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
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; {
|
meta = with lib; {
|
||||||
homepage = http://poppler.freedesktop.org/;
|
homepage = http://poppler.freedesktop.org/;
|
||||||
description = "A PDF rendering library";
|
description = "A PDF rendering library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user