Nix: add note about wayland-scanner

This commit is contained in:
Mihai Fufezan 2024-08-22 14:31:09 +03:00
parent 9a3161ad4c
commit 31e692b20d
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
udev,
wayland,
wayland-protocols,
# wayland-scanner,
version ? "git",
doCheck ? false,
}:
@ -31,6 +32,8 @@ stdenv.mkDerivation {
cmake
hyprwayland-scanner
pkg-config
# re-add after https://github.com/NixOS/nixpkgs/pull/214906 hits nixos-unstable
# wayland-scanner
];
buildInputs = [