opengl: callPackages overrides inner overide functions

This behaviour is suitable for initial declarations, but not for
re-exporting overriden pacakges.  The outer layer is about the
wrapper and not something that we want independtly expose anyway.
This commit is contained in:
Tyson Whitehead
2018-07-13 12:29:47 -04:00
parent 8db76b00da
commit 886d1e23da

View File

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