guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Rutger Helling
Subject: 01/01: gnu: wine-staging: Add gtk+, libva inputs.
Date: Sun, 24 Dec 2017 09:48:52 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 141708ed397337dcf0cdbc5c03a46a47381bf3d4
Author: Rutger Helling <address@hidden>
Date:   Sun Dec 24 15:34:49 2017 +0100

    gnu: wine-staging: Add gtk+, libva inputs.
    
    * gnu/packages/wine.scm (wine-staging)[inputs]: Add gtk+ and libva.
---
 gnu/packages/wine.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 9c99dfd..8907b12 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]