rhelling pushed a commit to branch master
in repository guix.
commit 08899ee91b10f7f1534a975aa1af7f3e5788f670
Author: Rutger Helling <[email protected]>
Date: Tue Jul 3 09:39:53 2018 +0200
gnu: mpv: Add vulkan-headers.
* gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2b8f3e1..53f1bd7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1122,6 +1122,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
("pulseaudio" ,pulseaudio)
("rsound" ,rsound)
("shaderc" ,shaderc)
+ ("vulkan-headers" ,vulkan-headers)
("vulkan-loader" ,vulkan-loader)
("waf" ,python-waf)
("wayland" ,wayland)