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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user