about summary refs log tree commit diff
path: root/pkgs/development/r-modules/default.nix
diff options
context:
space:
mode:
authorBruno Rodrigues <bruno@brodrigues.co>2024-04-29 17:44:07 +0200
committerBruno Rodrigues <bruno@brodrigues.co>2024-04-29 17:44:07 +0200
commit504fe234896ca6e5b737c1b92f0763b8fd580434 (patch)
tree2d29d349a342082024b7e2e6798189a4bb638faf /pkgs/development/r-modules/default.nix
parenta7931adab8dca394ff8638fabf65328a726da915 (diff)
rPackages.ocf: fixed build
Diffstat (limited to 'pkgs/development/r-modules/default.nix')
-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 e290bb2adf29c..5407c54f5c300 100644
--- a/pkgs/development/r-modules/default.nix
+++ b/pkgs/development/r-modules/default.nix
@@ -1150,6 +1150,10 @@ let
       postPatch = "patchShebangs configure";
     });
 
+   ocf = old.ocf.overrideAttrs (attrs: {
+      postPatch = "patchShebangs configure";
+    });
+
     data_table = old.data_table.overrideAttrs (attrs: {
       env = (attrs.env or { }) // {
         NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fopenmp";