mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 00:15: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,
|
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 = [
|
||||||
|
|
Loading…
Reference in a new issue