fix(flake): add missing x11 dependency (#478)
This commit is contained in:
parent
fb949b82b7
commit
2e8efa288d
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,7 @@
|
|||
mypy
|
||||
ruff
|
||||
xorg.libxcb
|
||||
xorg.libX11
|
||||
zstd
|
||||
])
|
||||
++ (with qt6Pkgs; [
|
||||
|
|
@ -162,6 +163,7 @@
|
|||
stdenv.cc.cc.lib
|
||||
wayland
|
||||
xorg.libxcb
|
||||
xorg.libX11
|
||||
xorg.libXrandr
|
||||
zlib
|
||||
zstd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue