glm: "build" with gcc6 again
It seems to be a hack, as the compiler apparently doesn't influence the output and it's only used for some checks. Still, LibreOffice seems to run OK with this...
This commit is contained in:
parent
cacba075a5
commit
c6d26b7f72
@ -8777,7 +8777,9 @@ with pkgs;
|
||||
glibc32 = pkgsi686Linux.glibc;
|
||||
};
|
||||
|
||||
glm = callPackage ../development/libraries/glm { };
|
||||
glm = callPackage ../development/libraries/glm {
|
||||
stdenv = overrideCC stdenv gcc6; # maybe a hack
|
||||
};
|
||||
glm_0954 = callPackage ../development/libraries/glm/0954.nix { };
|
||||
|
||||
globalplatform = callPackage ../development/libraries/globalplatform { };
|
||||
|
Loading…
Reference in New Issue
Block a user