Revert "glm: "build" with gcc6 again"
This reverts commit c6d26b7f72247bd4d7f0d738dbf48cb605567e0b. The hack isn't needed anymore. No change in output compared to the parent commit (except for hashes).
This commit is contained in:
parent
f76f4ec7dd
commit
fd6930f404
@ -8870,9 +8870,7 @@ with pkgs;
|
|||||||
glibc32 = pkgsi686Linux.glibc;
|
glibc32 = pkgsi686Linux.glibc;
|
||||||
};
|
};
|
||||||
|
|
||||||
glm = callPackage ../development/libraries/glm
|
glm = callPackage ../development/libraries/glm { };
|
||||||
(lib.optionalAttrs stdenv.cc.isGNU { stdenv = overrideCC stdenv gcc6;/*maybe a hack*/ });
|
|
||||||
|
|
||||||
glm_0954 = callPackage ../development/libraries/glm/0954.nix { };
|
glm_0954 = callPackage ../development/libraries/glm/0954.nix { };
|
||||||
|
|
||||||
globalplatform = callPackage ../development/libraries/globalplatform { };
|
globalplatform = callPackage ../development/libraries/globalplatform { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user