opengl: Update for newer libglvndr setup

This commit is contained in:
Tyson Whitehead
2019-04-26 17:41:51 -04:00
parent adaf5a1a03
commit 91cdf647a4
2 changed files with 21 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ self: super: pkgs: with pkgs; {
minia = callPackage ./minia.nix { };
inherit (callPackage ./opengl/default.nix { inherit super; }) mesa_noglu;
inherit (callPackage ./opengl/default.nix { inherit super; }) libGL;
inherit (callPackages ./octopus/octopus.nix { stdenv = overrideCC stdenv gcc5; gfortran = gfortran5; }) octopus72;
octopus7 = octopus72;