mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.cn_farms: fix build by dropping patch
This commit is contained in:
committed by
Michael Daniels
parent
b534d12c73
commit
a9f2906aa2
@@ -2393,15 +2393,6 @@ let
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
||||
cn_farms = old.cn_farms.overrideAttrs (attrs: {
|
||||
postPatch = ''
|
||||
# https://developer.r-project.org/blosxom.cgi/R-devel/NEWS/2025/01/08#n2025-01-08
|
||||
substituteInPlace "src/sparse_farms.c" \
|
||||
--replace-fail "Calloc" "R_Calloc" \
|
||||
--replace-fail "Free" "R_Free"
|
||||
'';
|
||||
});
|
||||
|
||||
covidsymptom = old.covidsymptom.overrideAttrs (attrs: {
|
||||
preConfigure = "rm R/covidsymptomdata.R";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user