rPackages.rshift: fixed build

This commit is contained in:
Bruno Rodrigues
2025-04-17 13:45:19 +02:00
parent 7bcd11966b
commit dbb5ac9aa0
+8 -1
View File
@@ -795,7 +795,10 @@ let
geos
];
tok = [ pkgs.cargo ];
rshift = [ pkgs.cargo ];
rshift = with pkgs; [
cargo
rustc
];
arcgisutils = with pkgs; [
cargo
rustc
@@ -1717,6 +1720,10 @@ let
postPatch = "patchShebangs configure";
});
rshift = old.rshift.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
xml2 = old.xml2.overrideAttrs (attrs: {
preConfigure = ''
export LIBXML_INCDIR=${pkgs.libxml2.dev}/include/libxml2