rPackages.roxigraph: fix build (#491889)

This commit is contained in:
Justin Bedő
2026-02-19 13:48:55 +11:00
committed by GitHub
+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 = [
@@ -1943,6 +1947,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";
});