From 64eca23f5bca70e00ae8d65835ba241e9d1638b3 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Tue, 19 Aug 2025 11:09:40 +0200 Subject: [PATCH] rPackages.webfakes: fixed build --- pkgs/development/r-modules/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 482454ae6911..ca019ed6b58e 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -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";