tio: fix cross compile
This commit is contained in:
parent
789f6c6b0f
commit
c613b82a0d
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk=";
|
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; {
|
meta = with lib; {
|
||||||
description = "Serial console TTY";
|
description = "Serial console TTY";
|
||||||
|
|
Loading…
Reference in a new issue