diff options
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") |
