mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
rPackages.redland: fix build
This commit is contained in:
parent
720895e124
commit
9c648710b9
@ -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";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user