Loading pkgs/development/r-modules/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1165,6 +1165,11 @@ let patchPhase = "patchShebangs configure"; }); luajr = old.luajr.overrideAttrs (attrs: { hardeningDisable = [ "format" ]; postPatch = "patchShebangs configure"; }); RcppArmadillo = old.RcppArmadillo.overrideAttrs (attrs: { patchPhase = "patchShebangs configure"; }); Loading Loading
pkgs/development/r-modules/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1165,6 +1165,11 @@ let patchPhase = "patchShebangs configure"; }); luajr = old.luajr.overrideAttrs (attrs: { hardeningDisable = [ "format" ]; postPatch = "patchShebangs configure"; }); RcppArmadillo = old.RcppArmadillo.overrideAttrs (attrs: { patchPhase = "patchShebangs configure"; }); Loading