Skip to content

Commit

Permalink
vulkan-headers: add Windows to meta.platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Nov 11, 2022
1 parent 6d83b97 commit 8b5bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/vulkan-headers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Vulkan Header files and API registry";
homepage = "https://www.lunarg.com";
platforms = platforms.unix;
platforms = platforms.unix ++ platforms.windows;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
};
Expand Down

0 comments on commit 8b5bf42

Please sign in to comment.