ueberzugpp: fix strictDeps

add wayland-scanner to fix strictDeps
This commit is contained in:
Reno Dakota 2024-08-15 11:25:13 +00:00
parent c46d43c625
commit 1c3f1d0877
No known key found for this signature in database

View File

@ -24,6 +24,7 @@
, extra-cmake-modules
, wayland
, wayland-protocols
, wayland-scanner
, enableX11 ? stdenv.isLinux
, xorg
}:
@ -44,6 +45,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
] ++ lib.optionals enableWayland [
wayland-scanner
];
buildInputs = [