conky: add missing X11 dependencies (libXfixes, expat) (#455421)

This commit is contained in:
Colin 2025-11-25 20:37:32 +00:00 committed by GitHub
commit 1bfe2b73f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,7 @@
extrasSupport ? true,
versionCheckHook,
expat,
}:
assert docsSupport -> pandoc != null && python3 != null;
@ -135,7 +136,9 @@ stdenv.mkDerivation (finalAttrs: {
xorg.libX11
xorg.libXext
xorg.libXft
xorg.libXfixes
xorg.libSM
expat
]
++ lib.optionals waylandSupport [
pango