Unverified Commit e92a65d2 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #232745 from squalus/tio-cross

tio: fix cross compile
parents c66965c8 c613b82a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";