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:
László Kupcsik
2024-06-11 21:42:13 +02:00
co-authored by Justin Bedő
parent 1525660ab9
commit cf567da371
+4
View File
@@ -1411,6 +1411,10 @@ let
];
});
covidsymptom = old.covidsymptom.overrideAttrs (attrs: {
preConfigure = "rm R/covidsymptomdata.R";
});
cubature = old.cubature.overrideAttrs (attrs: {
enableParallelBuilding = false;
});