vulkan-loader: build on all supported UNIX platforms

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Randy Eckenrode 2022-02-16 19:18:12 -05:00 committed by GitHub
parent b07e3705f2
commit f609108c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};