rPackages.webfakes: fixed build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user