This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f5bb96700c gnu: icewm: Enable icewm-menu-fdo.
f5bb96700c is described below
commit f5bb96700c44c8c56934f8837e66b03b9db87730
Author: 宋文武 <[email protected]>
AuthorDate: Fri Feb 10 13:39:02 2023 +0800
gnu: icewm: Enable icewm-menu-fdo.
* gnu/packages/wm.scm (icewm)[inputs]: Add glib.
---
gnu/packages/wm.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3ab0457044..f2149b5be5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -751,6 +751,7 @@ desktop environment.")
(native-inputs (list pkg-config))
(inputs (list fontconfig
fribidi
+ glib ;for icewm-menu-fdo
imlib2
libice
libjpeg-turbo