mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
rPackages.rsgeo: fixed build
This commit is contained in:
parent
a7931adab8
commit
d0c85175ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user