diff options
| author | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 09:33:54 +0200 |
|---|---|---|
| committer | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 11:23:47 +0200 |
| commit | cf09bed4f5d2234392a3ab4df409fe1822ded0e6 (patch) | |
| tree | b84963886481566977b2bd2afe5e1841d84c9353 /gnu/packages/vulkan.scm | |
| parent | 940c2c5c14745b9559f83fca07db74aaa3f14c5e (diff) | |
gnu: Add vulkan-headers.
* gnu/packages/vulkan.scm (vulkan-headers): New variable.
Diffstat (limited to 'gnu/packages/vulkan.scm')
| -rw-r--r-- | gnu/packages/vulkan.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index c83bfdd0c92..f05a6108b6e 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm | |||
| @@ -160,6 +160,29 @@ interpretation of the specifications for these languages.") | |||
| 160 | ;; include/SPIRV/{bitutils,hex_float}.h are Apache 2.0. | 160 | ;; include/SPIRV/{bitutils,hex_float}.h are Apache 2.0. |
| 161 | license:asl2.0))))) | 161 | license:asl2.0))))) |
| 162 | 162 | ||
| 163 | (define-public vulkan-headers | ||
| 164 | (package | ||
| 165 | (name "vulkan-headers") | ||
| 166 | (version "1.1.77.0") | ||
| 167 | (source | ||
| 168 | (origin | ||
| 169 | (method url-fetch) | ||
| 170 | (uri (string-append | ||
| 171 | "https://github.com/KhronosGroup/Vulkan-Headers/" | ||
| 172 | "archive/sdk-" version ".tar.gz")) | ||
| 173 | (sha256 | ||
| 174 | (base32 | ||
| 175 | "05pgaqyj516lmzdr4clxll5gvr5zb29sfjhs2d7mkryqs6zk5xdj")))) | ||
| 176 | (build-system cmake-build-system) | ||
| 177 | (arguments | ||
| 178 | `(#:tests? #f)) ; No tests. | ||
| 179 | (home-page | ||
| 180 | "https://github.com/KhronosGroup/Vulkan-Headers") | ||
| 181 | (synopsis "Vulkan Header files and API registry") | ||
| 182 | (description | ||
| 183 | "Vulkan-Headers contains header files and API registry for Vulkan.") | ||
| 184 | (license (list license:asl2.0)))) ;LICENSE.txt | ||
| 185 | |||
| 163 | (define-public vulkan-loader | 186 | (define-public vulkan-loader |
| 164 | (package | 187 | (package |
| 165 | (name "vulkan-loader") | 188 | (name "vulkan-loader") |
