me
/
guix
Archived
1
0
Fork 0

gnu: wine-staging: Add gtk+, libva inputs.

* gnu/packages/wine.scm (wine-staging)[inputs]: Add gtk+ and libva.
master
Rutger Helling 2017-12-24 15:34:49 +01:00
parent 7866d8c819
commit 141708ed39
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages linux)
#:use-module (gnu packages openldap)
#:use-module (gnu packages perl)
@ -197,6 +198,9 @@ integrate Windows applications into your desktop.")
(sha256
(base32
"1pjaxj7h3q6y356np908fvsx0bf7yx5crqvgl4hza6gfssdmsr5r"))))
(inputs `(("gtk+", gtk+)
("libva", libva)
,@(package-inputs wine)))
(synopsis "Implementation of the Windows API (staging branch)")
(description "Wine-Staging is the testing area of Wine. It
contains bug fixes and features, which have not been integrated into