opengl: Automatically insert virtualgl into opengl executables

This commit is contained in:
Tyson Whitehead
2018-07-12 00:28:01 -04:00
parent fb163ecb85
commit 115ac559ec
3 changed files with 198 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ self: super: pkgs: with pkgs; {
#meraculous = callPackage ./meraculous.nix { };
inherit (callPackages ./opengl/default.nix { inherit super; }) mesa_noglu;
inherit (callPackages ./octopus/octopus.nix { }) octopus72;
octopus7 = octopus72;
octopus = octopus7;