diff options
| author | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 09:48:59 +0200 |
|---|---|---|
| committer | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 11:23:47 +0200 |
| commit | 4108886b09e3b0175ba063d70cdaeb2237598def (patch) | |
| tree | 4eece451c583fc133e66ff199e5e6d19c3e5afff | |
| parent | 08899ee91b10f7f1534a975aa1af7f3e5788f670 (diff) | |
gnu: vkquake: Add vulkan-headers.
* gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
| -rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8e0dfcb8ffc..4af0b52e82d 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.") | |||
| 4646 | #t)))) | 4646 | #t)))) |
| 4647 | ,@(strip-keyword-arguments '(#:make-flags #:phases) | 4647 | ,@(strip-keyword-arguments '(#:make-flags #:phases) |
| 4648 | (package-arguments quakespasm)))) | 4648 | (package-arguments quakespasm)))) |
| 4649 | (inputs `(("vulkan-loader" ,vulkan-loader) | 4649 | (inputs `(("vulkan-headers" ,vulkan-headers) |
| 4650 | ("vulkan-loader" ,vulkan-loader) | ||
| 4650 | ,@(package-inputs quakespasm))) | 4651 | ,@(package-inputs quakespasm))) |
| 4651 | (description "vkquake is a modern engine for id software's Quake 1. | 4652 | (description "vkquake is a modern engine for id software's Quake 1. |
| 4652 | It includes support for 64 bit CPUs, custom music playback, a new sound driver, | 4653 | It includes support for 64 bit CPUs, custom music playback, a new sound driver, |
