tio: fix cross compile

This commit is contained in:
squalus 2023-05-18 20:47:48 -07:00
parent 789f6c6b0f
commit c613b82a0d

View file

@ -11,7 +11,11 @@ stdenv.mkDerivation rec {
hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk=";
};
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];
strictDeps = true;
buildInputs = [ inih ];
nativeBuildInputs = [ meson ninja pkg-config bash-completion ];
meta = with lib; {
description = "Serial console TTY";