Merge pull request #232745 from squalus/tio-cross

tio: fix cross compile

authored by Rick van Schijndel and committed by GitHub e92a65d2 c66965c8

+5 -1
+5 -1
pkgs/tools/misc/tio/default.nix
··· 11 11 hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk="; 12 12 }; 13 13 14 - nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ]; 14 + strictDeps = true; 15 + 16 + buildInputs = [ inih ]; 17 + 18 + nativeBuildInputs = [ meson ninja pkg-config bash-completion ]; 15 19 16 20 meta = with lib; { 17 21 description = "Serial console TTY";