wayland-protocols: fix build with strictDeps = true

This commit is contained in:
FliegendeWurst
2024-11-23 10:46:43 +01:00
parent 468547492b
commit f3fd73aab7
@@ -24,8 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ meson ninja wayland-scanner ];
nativeCheckInputs = [ python3 ];
nativeCheckInputs = [ python3 wayland ];
checkInputs = [ wayland ];
strictDeps = true;
mesonFlags = [ "-Dtests=${lib.boolToString finalAttrs.doCheck}" ];