rPackages.webfakes: fixed build

This commit is contained in:
Bruno Rodrigues
2025-08-25 07:23:45 +10:00
committed by Justin Bedo
parent 5ec8caeb60
commit 64eca23f5b
+4
View File
@@ -2744,6 +2744,10 @@ let
'';
});
webfakes = old.webfakes.overrideAttrs (_: {
postPatch = "patchShebangs configure";
});
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";