summaryrefslogtreecommitdiffstats
path: root/pkgs/development/r-modules
diff options
context:
space:
mode:
authorBruno Rodrigues <bruno@brodrigues.co>2024-05-04 15:19:21 +0200
committerBruno Rodrigues <bruno@brodrigues.co>2024-05-04 15:19:21 +0200
commit649f99bf8498fa2128a8a116f91923f505f4279a (patch)
tree456dafb691794067a7f3d239d8927f133ea34cdd /pkgs/development/r-modules
parent7024082ed69ad0884e65a5e8af09cda3fba824d6 (diff)
rPackages.instantiate: fixed build
Diffstat (limited to 'pkgs/development/r-modules')
-rw-r--r--pkgs/development/r-modules/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix
index f8d7aeee80af..afcb43ab6b54 100644
--- a/pkgs/development/r-modules/default.nix
+++ b/pkgs/development/r-modules/default.nix
@@ -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