diff options
| author | eri <[email protected]> | 2024-09-03 18:48:20 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-03 12:48:20 -0400 | 
| commit | b05b1732f4e8423145cb2f9e84a6d43e28c26557 (patch) | |
| tree | ef4b85d03cf6117972dc9046f5725053d3137abc | |
| parent | 230c804872c22c9c21667649277114336127872d (diff) | |
fix: add wayland-scanner to native build dependencies (#57)
| -rw-r--r-- | flake.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -22,6 +22,7 @@                cmake                ninja                scdoc +              wayland-scanner              ];              buildInputs = with pkgs; [ | 
