openfoam: Version requires GCC 7.x

This commit is contained in:
Tyson Whitehead
2021-01-20 19:34:30 -05:00
parent d43c0d3223
commit 941f347474

View File

@@ -30,7 +30,7 @@ self: super: pkgs: with pkgs; {
inherit (callPackage ./opengl/default.nix { inherit super; }) libGL mesa_glxgallium;
openfoam = callPackage ./openfoam { };
openfoam = callPackage ./openfoam { stdenv = overrideCC stdenv gcc7; };
openslide = callPackage ./openslide { };