me
/
guix
Archived
1
0
Fork 0

gnu: vulkan-loader: Update to 1.1.92.1.

* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.92.1.
master
Rutger Helling 2018-11-28 17:13:01 +01:00
parent 3a6372e05c
commit e9a8b60333
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 3 additions and 2 deletions

View File

@ -186,7 +186,8 @@ interpretation of the specifications for these languages.")
(define-public vulkan-loader
(package
(name "vulkan-loader")
(version (package-version vulkan-headers))
;; TODO: Inherit from vulkan-headers when version numbers match again
(version "1.1.92.1")
(source
(origin
(method url-fetch)
@ -195,7 +196,7 @@ interpretation of the specifications for these languages.")
"archive/sdk-" version ".tar.gz"))
(sha256
(base32
"0vb35h05lyy1df0v6gq68h0scxizxpmjwbc90bjql6ixspmyb2im"))))
"1kx07ypbwnmn6cxv9z0vbngq5l83f1sffzh7wmkzrl69y1cmazi0"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh".