summary refs log tree commit diff
path: root/gnu/packages/wine.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-03-12 11:30:30 +0100
committerRutger Helling <rhelling@mykolab.com>2018-03-12 11:34:01 +0100
commit51158d83d86d9f969c52f7baf513160a8d9fbd78 (patch)
treeaf51812bfec1b351a21ea6351ed573e14b5aeaf9 /gnu/packages/wine.scm
parent3139f18524334c4ba373f5f031dbab7f44c94650 (diff)
downloadguix-51158d83d86d9f969c52f7baf513160a8d9fbd78.tar.gz
gnu: wine-staging: Add SDL2 support.
* gnu/packages/wine.scm (wine-staging)[inputs]: Add sdl2.
Diffstat (limited to 'gnu/packages/wine.scm')
-rw-r--r--gnu/packages/wine.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index e23dcc55f1..0327deaf24 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -57,6 +57,7 @@
   #:use-module (gnu packages photo)
   #:use-module (gnu packages samba)
   #:use-module (gnu packages scanner)
+  #:use-module (gnu packages sdl)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
   #:use-module (gnu packages vulkan)
@@ -279,6 +280,7 @@ integrate Windows applications into your desktop.")
               ("gtk+", gtk+)
               ("libva", libva)
               ("python" ,python)
+              ("sdl2" ,sdl2)
               ("util-linux" ,util-linux) ; for hexdump
               ("vulkan-icd-loader" ,vulkan-icd-loader)
               ("wine-staging-patchset-data" ,wine-staging-patchset-data)