Skip to content

Commit

Permalink
fix(flake): add missing x11 dependency (TagStudioDev#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakrueger authored Sep 9, 2024
1 parent fb949b8 commit 2e8efa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
mypy
ruff
xorg.libxcb
xorg.libX11
zstd
])
++ (with qt6Pkgs; [
Expand Down Expand Up @@ -162,6 +163,7 @@
stdenv.cc.cc.lib
wayland
xorg.libxcb
xorg.libX11
xorg.libXrandr
zlib
zstd
Expand Down

0 comments on commit 2e8efa2

Please sign in to comment.