conky: fix build failure (#454785)

This commit is contained in:
David Guibert
2025-10-23 11:46:17 +00:00
committed by GitHub
+2
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