1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libplacebo: Use gexps.

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

Change-Id: I0f0b043631a834ac2fc4f06acd9ac64b3d5f66c7
This commit is contained in:
Hilton Chain
2023-12-22 21:23:23 +08:00
parent fbc6683ebb
commit 8b249a1be6

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