conky: fix build failure

This commit is contained in:
wrvsrx
2025-10-23 12:59:21 +08:00
parent 01f116e4df
commit 47281f1b0c

View File

@@ -9,6 +9,7 @@
# dependencies
glib,
libxfixes,
libXinerama,
catch2,
gperf,
@@ -129,6 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optional ncursesSupport ncurses
++ lib.optionals x11Support [
freetype
libxfixes
xorg.libICE
xorg.libX11
xorg.libXext