conky: add missing X11 dependencies (libXfixes, expat) (#455421)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user