Merge pull request #232745 from squalus/tio-cross

tio: fix cross compile
This commit is contained in:
Rick van Schijndel 2023-05-21 20:37:17 +02:00 committed by GitHub
commit e92a65d2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";