Merge pull request #306236 from b-rodrigues/fix_instantiate

rPackages.instantiate: fixed build
This commit is contained in:
Justin Bedő 2024-05-10 21:44:21 +10:00 committed by GitHub
commit b112111fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1206,6 +1206,10 @@ let
postPatch = "patchShebangs configure";
});
instantiate = old.instantiate.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
exifr = old.exifr.overrideAttrs (attrs: {
postPatch = ''
for f in .onLoad .onAttach ; do