rPackages.redland: fix build

This commit is contained in:
Justin Bedo 2023-08-13 13:08:37 +10:00
parent 720895e124
commit 9c648710b9
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -1345,6 +1345,11 @@ let
patches = [ ./patches/rhdf5.patch ];
});
redland = old.redland.overrideAttrs (_: {
PKGCONFIG_CFLAGS="-I${pkgs.redland}/include -I${pkgs.librdf_raptor2}/include/raptor2 -I${pkgs.librdf_rasqal}/include/rasqal";
PKGCONFIG_LIBS="-L${pkgs.redland}/lib -L${pkgs.librdf_raptor2}/lib -L${pkgs.librdf_rasqal}/lib -lrdf -lraptor2 -lrasqal";
});
textshaping = old.textshaping.overrideAttrs (attrs: {
env.NIX_LDFLAGS = "-lfribidi -lharfbuzz";
});