me
/
guix
Archived
1
0
Fork 0

gnu: libplacebo: Use gexps.

* gnu/packages/video.scm (libplacebo)[arguments]: Use gexps.

Change-Id: I0f0b043631a834ac2fc4f06acd9ac64b3d5f66c7
Hilton Chain 2023-12-22 21:23:23 +08:00
parent fbc6683ebb
commit 8b249a1be6
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
1 changed files with 5 additions and 5 deletions

View File

@ -1546,11 +1546,11 @@ libebml is a C++ library to read and write EBML files.")
(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