diff options
| author | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 09:35:37 +0200 |
|---|---|---|
| committer | Rutger Helling <rhelling@mykolab.com> | 2018-07-03 11:23:47 +0200 |
| commit | b1eb1ba99c389ad9ec99502c5c6e978af6f98bb7 (patch) | |
| tree | b858515405da3e4903578062111356b61481be18 | |
| parent | cf09bed4f5d2234392a3ab4df409fe1822ded0e6 (diff) | |
gnu: vulkan-loader: Update to 1.1.77.0.
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0.
[inputs]: Add 'vulkan-headers.
[home-page]: Correct URL.
| -rw-r--r-- | gnu/packages/vulkan.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index f05a6108b6e..6748e8c5dd6 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm | |||
| @@ -186,7 +186,7 @@ interpretation of the specifications for these languages.") | |||
| 186 | (define-public vulkan-loader | 186 | (define-public vulkan-loader |
| 187 | (package | 187 | (package |
| 188 | (name "vulkan-loader") | 188 | (name "vulkan-loader") |
| 189 | (version "1.1.73.0") | 189 | (version "1.1.77.0") |
| 190 | (source | 190 | (source |
| 191 | (origin | 191 | (origin |
| 192 | (method url-fetch) | 192 | (method url-fetch) |
| @@ -195,7 +195,7 @@ interpretation of the specifications for these languages.") | |||
| 195 | "archive/sdk-" version ".tar.gz")) | 195 | "archive/sdk-" version ".tar.gz")) |
| 196 | (sha256 | 196 | (sha256 |
| 197 | (base32 | 197 | (base32 |
| 198 | "0lvdpy6ybx5h7w15m9s2n9q3167q618clra2k7yi2cbm397ci4hn")))) | 198 | "1zg86b5wba9l14ry3ap7yzgd9hwzxxr0rjgwhnv14n75aqpwv02d")))) |
| 199 | (build-system cmake-build-system) | 199 | (build-system cmake-build-system) |
| 200 | (arguments | 200 | (arguments |
| 201 | `(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh". | 201 | `(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh". |
| @@ -217,11 +217,12 @@ interpretation of the specifications for these languages.") | |||
| 217 | ("libxrandr" ,libxrandr) | 217 | ("libxrandr" ,libxrandr) |
| 218 | ("mesa" ,mesa) | 218 | ("mesa" ,mesa) |
| 219 | ("spirv-tools" ,spirv-tools) | 219 | ("spirv-tools" ,spirv-tools) |
| 220 | ("vulkan-headers" ,vulkan-headers) | ||
| 220 | ("wayland" ,wayland))) | 221 | ("wayland" ,wayland))) |
| 221 | (native-inputs `(("pkg-config" ,pkg-config) | 222 | (native-inputs `(("pkg-config" ,pkg-config) |
| 222 | ("python" ,python))) | 223 | ("python" ,python))) |
| 223 | (home-page | 224 | (home-page |
| 224 | "https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers") | 225 | "https://github.com/KhronosGroup/Vulkan-Loader") |
| 225 | (synopsis "Khronos official ICD loader and validation layers for Vulkan") | 226 | (synopsis "Khronos official ICD loader and validation layers for Vulkan") |
| 226 | (description | 227 | (description |
| 227 | "Vulkan allows multiple @dfn{Installable Client Drivers} (ICDs) each | 228 | "Vulkan allows multiple @dfn{Installable Client Drivers} (ICDs) each |
