Revert "glm: "build" with gcc6 again"

This reverts commit c6d26b7f72.
The hack isn't needed anymore.  No change in output compared to
the parent commit (except for hashes).
This commit is contained in:
Vladimír Čunát 2018-02-27 00:04:39 +01:00
parent f76f4ec7dd
commit fd6930f404
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8870,9 +8870,7 @@ with pkgs;
glibc32 = pkgsi686Linux.glibc;
};
glm = callPackage ../development/libraries/glm
(lib.optionalAttrs stdenv.cc.isGNU { stdenv = overrideCC stdenv gcc6;/*maybe a hack*/ });
glm = callPackage ../development/libraries/glm { };
glm_0954 = callPackage ../development/libraries/glm/0954.nix { };
globalplatform = callPackage ../development/libraries/globalplatform { };