wlr-randr: add wayland-scanner to nativeBuildInputs

This commit is contained in:
Nick Cao 2022-04-06 21:40:55 +08:00
parent dfc7a39803
commit 86ee754c4f
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -5,6 +5,7 @@
, ninja , ninja
, pkg-config , pkg-config
, wayland , wayland
, wayland-scanner
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -18,7 +19,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ="; sha256 = "sha256-JeSxFXSFxcTwJz9EaLb18wtD4ZIT+ATeYM5OyDTJhDQ=";
}; };
nativeBuildInputs = [ meson ninja pkg-config ]; nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
buildInputs = [ wayland ]; buildInputs = [ wayland ];
meta = with lib; { meta = with lib; {