rPackages.rsgeo: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-29 14:48:27 +02:00
parent a7931adab8
commit d0c85175ea

View File

@ -1157,6 +1157,11 @@ let
patchPhase = "patchShebangs configure";
});
rsgeo = old.rsgeo.overrideAttrs (attrs: {
nativeBuildInputs = [ pkgs.cargo ] ++ attrs.nativeBuildInputs;
postPatch = "patchShebangs configure";
});
exifr = old.exifr.overrideAttrs (attrs: {
postPatch = ''
for f in .onLoad .onAttach ; do