Merge pull request #307749 from b-rodrigues/fix_rsgeo

rPackages.rsgeo: fixed build
This commit is contained in:
Justin Bedő 2024-05-04 22:35:38 +10:00 committed by GitHub
commit 9f58cd3e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1179,6 +1179,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