3
0
Fork 0
forked from mirrors/nixpkgs

Fixed pkgconfig support for poppler-qt4

This commit is contained in:
Chaddaï Fouché 2014-04-24 10:52:42 +02:00
parent 552d66cd9e
commit 7fec0b5832

View file

@ -66,7 +66,11 @@ let
propagatedBuildInputs = [ qt4 poppler_glib ];
patches = qtcairo_patches;
NIX_LDFLAGS = "-lpoppler";
postConfigure = "cd qt4";
postConfigure = ''
mkdir -p "$out/lib/pkgconfig"
install -c -m 644 poppler-qt4.pc "$out/lib/pkgconfig"
cd qt4
'';
};
in { inherit poppler_glib poppler_qt4; } // poppler_glib