~ruther/guix-local

8b249a1be69874d029cd8a2d2ff170f9007c5fc4 — Hilton Chain 2 years ago fbc6683
gnu: libplacebo: Use gexps.

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

Change-Id: I0f0b043631a834ac2fc4f06acd9ac64b3d5f66c7
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +5 -5
@@ 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