mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #306214 from b-rodrigues/fix_b64
rPackages.b64: fixed build
This commit is contained in:
commit
836c8c541e
@ -1145,6 +1145,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";
|
||||
|
Loading…
Reference in New Issue
Block a user