Merge pull request #317033 from Kupac/fix_covidsymptom

rPackages.covidsymptom: fix build
This commit is contained in:
Justin Bedő 2024-06-20 15:23:28 +10:00 committed by GitHub
commit 6f3340bf0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1290,6 +1290,10 @@ let
];
});
covidsymptom = old.covidsymptom.overrideAttrs (attrs: {
preConfigure = "rm R/covidsymptomdata.R";
});
cubature = old.cubature.overrideAttrs (attrs: {
enableParallelBuilding = false;
});