rPackages.covidsymptom: fix build
As of May 2024, there will be no more data updates. https://github.com/hugofitipaldi/covidsymptom/?tab=readme-ov-file#update-data The data included in the package are final, so I removed the update script, which was breaking the nix build. Co-authored-by: Justin Bedő <cu@cua0.org>
This commit is contained in:
co-authored by
Justin Bedő
parent
1525660ab9
commit
cf567da371
@@ -1411,6 +1411,10 @@ let
|
||||
];
|
||||
});
|
||||
|
||||
covidsymptom = old.covidsymptom.overrideAttrs (attrs: {
|
||||
preConfigure = "rm R/covidsymptomdata.R";
|
||||
});
|
||||
|
||||
cubature = old.cubature.overrideAttrs (attrs: {
|
||||
enableParallelBuilding = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user