From ccae0fb542f198a04333f842d677956a5eb1ff44 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sun, 29 Dec 2024 21:36:40 +0100 Subject: [PATCH] rPackages.pingr: fixed 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 c121eed1ba15..9c6c7b32f75d 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -1166,6 +1166,10 @@ let postPatch = "patchShebangs configure"; }); + pingr = old.pingr.overrideAttrs (_: { + postPatch = "patchShebangs configure"; + }); + heck = old.heck.overrideAttrs (attrs: { postPatch = "patchShebangs configure"; });