8 stdenv.mkDerivation rec {
9 pname = "directx-headers";
12 src = fetchFromGitHub {
14 repo = "DirectX-Headers";
16 hash = "sha256-CDmzKdV40EExLpOHPAUnytqG9x1+IGW4AZldfYs5YJk=";
25 mesonFlags = [ "-Dbuild-test=false" ];
28 description = "Official D3D12 headers from Microsoft";
29 homepage = "https://github.com/microsoft/DirectX-Headers";
30 license = licenses.mit;
31 maintainers = with maintainers; [ k900 ];
32 platforms = platforms.all;