From e94e4e9e48a2c6bdd76a4ad93b938aa8dfda0360 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Wed, 31 Jan 2018 15:28:31 +0100 Subject: [PATCH 2/2] gnu: mpv: Enable Vulkan support. * gnu/packages/video.scm (mpv)[inputs]: Add shaderc and vulkan-icd-loader. --- gnu/packages/video.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1e3046626..bdadd7df9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2017 Ethan R. Jones ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Gregor Giesen -;;; Copyright © 2017 Rutger Helling +;;; Copyright © 2017, 2018 Rutger Helling ;;; Copyright © 2018 Roel Janssen ;;; ;;; This file is part of GNU Guix. @@ -115,6 +115,7 @@ #:use-module (gnu packages textutils) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) + #:use-module (gnu packages vulkan) #:use-module (gnu packages web) #:use-module (gnu packages webkit) #:use-module (gnu packages wxwidgets) @@ -1054,6 +1055,8 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") ("mpg123" ,mpg123) ("pulseaudio" ,pulseaudio) ("rsound" ,rsound) + ("shaderc" ,shaderc) + ("vulkan-icd-loader" ,vulkan-icd-loader) ("waf" ,python-waf) ("wayland" ,wayland) ("wayland-protocols" ,wayland-protocols) -- 2.16.1