diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 09:39:53 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 11:23:47 +0200 |
commit | 08899ee91b10f7f1534a975aa1af7f3e5788f670 (patch) | |
tree | e5c317fdaaae60314ac974168dcb13d81a52dced /gnu | |
parent | b1eb1ba99c389ad9ec99502c5c6e978af6f98bb7 (diff) | |
download | guix-08899ee91b10f7f1534a975aa1af7f3e5788f670.tar guix-08899ee91b10f7f1534a975aa1af7f3e5788f670.tar.gz |
gnu: mpv: Add vulkan-headers.
* gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2b8f3e18d2..53f1bd7134 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) |