lol

wlr-protocols: move wayland-scanner from checkInputs to nativeBuildInputs, fix cross compilation

Nick Cao 4aab8f16 793bbf3f

+2 -4
+2 -4
pkgs/development/libraries/wlroots/protocols.nix
··· 13 13 }; 14 14 15 15 strictDeps = true; 16 - checkInputs = [ wayland-scanner ]; 16 + nativeBuildInputs = [ wayland-scanner ]; 17 17 18 18 patchPhase = '' 19 19 substituteInPlace wlr-protocols.pc.in \ ··· 25 25 ''; 26 26 27 27 doCheck = true; 28 - checkPhase = '' 29 - make check 30 - ''; 28 + checkTarget = "check"; 31 29 32 30 installFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 33 31