rPackages.roxigraph: fix build

This commit is contained in:
László Kupcsik
2026-02-18 23:31:50 +01:00
parent 0d0e392784
commit df1c93cc0c
+11
View File
@@ -648,6 +648,10 @@ let
which
curl.dev
];
roxigraph = with pkgs; [
cargo
rustc
];
rsbml = [ pkgs.pkg-config ];
rvg = [ pkgs.libpng.dev ];
MAGEE = [
@@ -1931,6 +1935,13 @@ let
postPatch = "patchShebangs configure";
});
roxigraph = old.roxigraph.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
LIBCLANG_PATH = "${lib.getLib pkgs.libclang}/lib";
};
postPatch = "patchShebangs configure";
});
rshift = old.rshift.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});