rPackages.b64: fixed build

This commit is contained in:
Bruno Rodrigues 2024-04-23 10:26:11 +02:00 committed by Weijia Wang
parent a09eb28a49
commit 3c96438921
1 changed files with 5 additions and 0 deletions

View File

@ -1141,6 +1141,11 @@ let
postPatch = "patchShebangs configure";
});
b64 = old.b64.overrideAttrs (attrs: {
nativeBuildInputs = [ pkgs.cargo ] ++ attrs.nativeBuildInputs;
postPatch = "patchShebangs configure";
});
data_table = old.data_table.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fopenmp";