me
/
guix
Archived
1
0
Fork 0

gnu: vkd3d: Add vulkan-headers.

* gnu/packages/vulkan.scm (vkd3d)[inputs]: Add vulkan-headers.
master
Rutger Helling 2018-07-03 10:05:34 +02:00
parent 4108886b09
commit 4786f51576
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ shader compilation.")
("libxcb" ,libxcb)
("spirv-headers" ,spirv-headers)
("spirv-tools" ,spirv-tools)
("vulkan-headers" ,vulkan-headers)
("vulkan-loader" ,vulkan-loader)
("wine" ,wine) ; Needed for 'widl'.
("xcb-util" ,xcb-util)