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
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

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 = [