opengl.extraPackages32: pkgsi686Linux in example

Issue #12616 uses this example but the commit doesn't.
This commit is contained in:
Brian McKenna 2016-03-26 00:50:56 +11:00
parent 7a89a85622
commit e50bee65f0

View File

@ -103,7 +103,7 @@ in
hardware.opengl.extraPackages32 = mkOption {
type = types.listOf types.package;
default = [];
example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
example = literalExample "with pkgs.pkgsi686Linux; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
description = ''
Additional packages to add to 32-bit OpenGL drivers on
64-bit systems. Used when <option>driSupport32Bit</option> is