From a8cd335f26ebfd4c41044b85b0a080c4312be9b6 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 19 Feb 2026 16:24:46 +1100 Subject: [PATCH] rPackages.bigPLSR: fix build --- pkgs/development/r-modules/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 0d311c5ac7c8..2546967bc243 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -3169,6 +3169,10 @@ let preConfigure = "patchShebangs configure"; }); + bigPLSR = old.bigPLSR.overrideAttrs (_: { + preConfigure = "patchShebangs configure"; + }); + RPesto = old.RPesto.overrideAttrs (_: { preConfigure = "patchShebangs configure"; });