gnu: Add deprecated-package vulkan-icd-loader.

* gnu/packages/vulkan.scm (vulkan-icd-loader): New variable.
This commit is contained in:
Rutger Helling 2018-06-07 13:32:28 +02:00
parent bb63502f0b
commit 8ec919404f
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36

View File

@ -209,6 +209,9 @@ and the ICD.")
(license:x11-style "file://COPYRIGHT.txt")
license:bsd-3))))
(define-public vulkan-icd-loader
(deprecated-package "vulkan-icd-loader" vulkan-loader))
(define-public shaderc
(let ((commit "773ec22d49f40b7161820f29d953be4a7e40190d")
(revision "1"))