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

View file

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