mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 01:25:59 +01:00
Nix: add note about wayland-scanner
This commit is contained in:
parent
9a3161ad4c
commit
31e692b20d
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue