mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
tio: fix cross compile
This commit is contained in:
parent
789f6c6b0f
commit
c613b82a0d
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue