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 }; 14 15 strictDeps = true; 16 - checkInputs = [ wayland-scanner ]; 17 18 patchPhase = '' 19 substituteInPlace wlr-protocols.pc.in \ ··· 25 ''; 26 27 doCheck = true; 28 - checkPhase = '' 29 - make check 30 - ''; 31 32 installFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 33
··· 13 }; 14 15 strictDeps = true; 16 + nativeBuildInputs = [ wayland-scanner ]; 17 18 patchPhase = '' 19 substituteInPlace wlr-protocols.pc.in \ ··· 25 ''; 26 27 doCheck = true; 28 + checkTarget = "check"; 29 30 installFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; 31