mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vulkan-loader: Improve style.
* gnu/packages/vulkan.scm (vulkan-loader): Fix max column. Change-Id: I613ef9c8b87200168af3ab4c0379b0c8b2d09c58 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
81fcecbb0e
commit
d89fbde6e1
1 changed files with 26 additions and 24 deletions
|
@ -394,7 +394,8 @@ Enhanced Subpixel Morphological Anti-Aliasing
|
||||||
%build-inputs "include/vulkan"))))
|
%build-inputs "include/vulkan"))))
|
||||||
#$@(if (%current-target-system)
|
#$@(if (%current-target-system)
|
||||||
#~("-DBUILD_TESTS=OFF" "-DUSE_GAS=OFF"
|
#~("-DBUILD_TESTS=OFF" "-DUSE_GAS=OFF"
|
||||||
(string-append "-DPKG_CONFIG_EXECUTABLE="
|
(string-append
|
||||||
|
"-DPKG_CONFIG_EXECUTABLE="
|
||||||
(search-input-file
|
(search-input-file
|
||||||
%build-inputs
|
%build-inputs
|
||||||
(string-append "bin/" #$(pkg-config-for-target)))))
|
(string-append "bin/" #$(pkg-config-for-target)))))
|
||||||
|
@ -412,7 +413,8 @@ Enhanced Subpixel Morphological Anti-Aliasing
|
||||||
(add-after 'unpack 'use-system-googletest
|
(add-after 'unpack 'use-system-googletest
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/CMakeLists.txt"
|
(substitute* "tests/CMakeLists.txt"
|
||||||
(((string-append "message\\(FATAL_ERROR \"Could not "
|
(((string-append
|
||||||
|
"message\\(FATAL_ERROR \"Could not "
|
||||||
"find googletest directory. See BUILD.md\"\\)"))
|
"find googletest directory. See BUILD.md\"\\)"))
|
||||||
"find_package(GTest REQUIRED)"))
|
"find_package(GTest REQUIRED)"))
|
||||||
;; Use the namespaced variable.
|
;; Use the namespaced variable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue