mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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