openfoam: Version requires GCC 7.x
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user