guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: vkquake: Add vulkan-headers.


From: Rutger Helling
Subject: 04/05: gnu: vkquake: Add vulkan-headers.
Date: Tue, 3 Jul 2018 05:23:53 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 4108886b09e3b0175ba063d70cdaeb2237598def
Author: Rutger Helling <address@hidden>
Date:   Tue Jul 3 09:48:59 2018 +0200

    gnu: vkquake: Add vulkan-headers.
    
    * gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e0dfcb..4af0b52 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4646,7 +4646,8 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
                         #t))))
        ,@(strip-keyword-arguments '(#:make-flags #:phases)
                                   (package-arguments quakespasm))))
-    (inputs `(("vulkan-loader" ,vulkan-loader)
+    (inputs `(("vulkan-headers" ,vulkan-headers)
+              ("vulkan-loader" ,vulkan-loader)
               ,@(package-inputs quakespasm)))
     (description "vkquake is a modern engine for id software's Quake 1.
 It includes support for 64 bit CPUs, custom music playback, a new sound driver,



reply via email to

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