rPackages.RcppGetconf: fixed build

This commit is contained in:
Bruno Rodrigues
2024-06-01 11:17:39 +02:00
parent 0d17c3d98a
commit a5e6faa099
+4
View File
@@ -1190,6 +1190,10 @@ let
patchPhase = "patchShebangs configure";
});
RcppGetconf = old.RcppGetconf.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
SpliceWiz = old.SpliceWiz.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});