guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: libplacebo: Use gexps.


From: guix-commits
Subject: 06/08: gnu: libplacebo: Use gexps.
Date: Fri, 22 Dec 2023 09:30:49 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 8b249a1be69874d029cd8a2d2ff170f9007c5fc4
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Dec 22 21:23:23 2023 +0800

    gnu: libplacebo: Use gexps.
    
    * gnu/packages/video.scm (libplacebo)[arguments]: Use gexps.
    
    Change-Id: I0f0b043631a834ac2fc4f06acd9ac64b3d5f66c7
---
 gnu/packages/video.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3d4f280a29..30ad11314a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]