rPackages.tok: add missing deps, patchshebangs

This commit is contained in:
László Kupcsik
2025-11-02 00:28:46 +01:00
parent 9d7bcf3b94
commit 777680f1a1
+8 -1
View File
@@ -826,7 +826,10 @@ let
geos
netcdf
];
tok = [ pkgs.cargo ];
tok = with pkgs; [
cargo
rustc
];
rshift = with pkgs; [
cargo
rustc
@@ -1889,6 +1892,10 @@ let
'';
});
tok = old.tok.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
trigger = old.trigger.overrideAttrs (attrs: {
postPatch = ''
# https://developer.r-project.org/blosxom.cgi/R-devel/NEWS/2025/01/08#n2025-01-08