vulkan-loader: build on all supported UNIX platforms
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b07e3705f2
commit
f609108c87
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "LunarG Vulkan loader";
|
||||
homepage = "https://www.lunarg.com";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ralith ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue