From 31e692b20d3b77e215679ac168427a1602012030 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Thu, 22 Aug 2024 14:31:09 +0300 Subject: [PATCH] Nix: add note about wayland-scanner --- nix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 1b1e73e..7e7ef9b 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 = [