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:
Vladimír Čunát 2018-02-17 16:12:51 +01:00
parent cacba075a5
commit c6d26b7f72
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 { };