mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
f76f4ec7dd
commit
fd6930f404
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user