opengl: Use glxgallium Mesa when VirtualGL is not appropriate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user