rPackages.roxigraph: fix build (#491889)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user