mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
conky: add missing X11 dependencies (libXfixes, expat) (#455421)
This commit is contained in:
commit
1bfe2b73f9
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue