opengl: Use glxgallium Mesa when VirtualGL is not appropriate

This commit is contained in:
Tyson Whitehead
2019-06-05 20:07:19 -04:00
parent cd8953a282
commit 3aeab1dd97
3 changed files with 97 additions and 25 deletions

View File

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