mesa: expose built platforms as passthru (#401779)
This commit is contained in:
@@ -396,6 +396,12 @@ stdenv.mkDerivation {
|
||||
passthru = {
|
||||
inherit (libglvnd) driverLink;
|
||||
inherit llvmPackages;
|
||||
inherit
|
||||
eglPlatforms
|
||||
galliumDrivers
|
||||
vulkanDrivers
|
||||
vulkanLayers
|
||||
;
|
||||
|
||||
# for compatibility
|
||||
drivers = lib.warn "`mesa.drivers` is deprecated, use `mesa` instead" mesa;
|
||||
|
||||
Reference in New Issue
Block a user