mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libplacebo: Use gexps.
* gnu/packages/video.scm (libplacebo)[arguments]: Use gexps. Change-Id: I0f0b043631a834ac2fc4f06acd9ac64b3d5f66c7
This commit is contained in:
parent
fbc6683ebb
commit
8b249a1be6
1 changed files with 5 additions and 5 deletions
|
@ -1546,11 +1546,11 @@ (define-public libplacebo
|
|||
(base32 "1miqk3gfwah01xkf4a6grwq29im0lfh94gp92y7js855gx3v169m"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`("-Dopengl=enabled"
|
||||
,(string-append "-Dvulkan-registry="
|
||||
(assoc-ref %build-inputs "vulkan-headers")
|
||||
"/share/vulkan/registry/vk.xml"))))
|
||||
(list #:configure-flags
|
||||
#~(list "-Dopengl=enabled"
|
||||
(string-append "-Dvulkan-registry="
|
||||
#$(this-package-input "vulkan-headers")
|
||||
"/share/vulkan/registry/vk.xml"))))
|
||||
(native-inputs
|
||||
(list glad python python-mako pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue