dannym pushed a commit to branch master
in repository guix.
commit a36ff7d51110403295a359e7f40c3eb42ccfd509
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Apr 17 11:47:57 2025 +0200
gnu: wlroots: Enable vulkan.
* gnu/packages/wm.scm (wlroots)[inputs]: Add vulkan-headers, vulkan-loader.
[native-inputs]: Add glslang.
Change-Id: Ida5ed8415ecd8774565d1fb0ae5bb478c060e674
---
gnu/packages/wm.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 89080399e6..2a5d21c0db 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -185,6 +185,7 @@
#:use-module (gnu packages texinfo)
#:use-module (gnu packages textutils)
#:use-module (gnu packages time)
+ #:use-module (gnu packages vulkan)
#:use-module (gnu packages web)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml)
@@ -2014,6 +2015,8 @@ XDG-Output for wlclock to work.")
pixman
lcms
libseat
+ vulkan-headers
+ vulkan-loader
wayland
wayland-protocols
xcb-util-errors
@@ -2021,6 +2024,7 @@ XDG-Output for wlclock to work.")
xorg-server-xwayland))
(native-inputs
(cons*
+ glslang
hwdata
pkg-config
wayland