mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #307749 from b-rodrigues/fix_rsgeo
rPackages.rsgeo: fixed build
This commit is contained in:
commit
9f58cd3e57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user