dannym pushed a commit to branch master
in repository guix.
commit cf7d7e68e4606935510dfff53ccf907b3d01c647
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Apr 17 11:47:20 2025 +0200
gnu: wlroots: Enable color management.
* gnu/packages/wm.scm (wlroots)[inputs]: Add lcms.
Change-Id: I9090b5f0253a825aca0a7dc816d67312bf5af805
---
gnu/packages/wm.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 95d12e5e1e..89080399e6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -142,6 +142,7 @@
#:use-module (gnu packages gawk)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext)
+ #:use-module (gnu packages ghostscript)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gperf)
@@ -2011,6 +2012,7 @@ XDG-Output for wlclock to work.")
libxkbcommon
mesa
pixman
+ lcms
libseat
wayland
wayland-protocols