rPackages.instantiate: fixed build
This commit is contained in:
parent
7024082ed6
commit
649f99bf84
1 changed files with 4 additions and 0 deletions
|
@ -1199,6 +1199,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
|
||||
|
|
Loading…
Reference in a new issue