tio: remove unused cmake from nativeBuildInputs
https://github.com/jtojnar/nixpkgs-hammering/blob/main/explanations/meson-cmake.md
This commit is contained in:
parent
7f38631b79
commit
a18ecf7b73
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub, meson, ninja, cmake, pkg-config, inih, bash-completion }:
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, inih, bash-completion }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tio";
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-BjA9Zl6JcgDxTj4KPiWItSq9XuX9FJkpZnhdMBGZQpQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja cmake pkg-config inih bash-completion ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Serial console TTY";
|
||||
|
|
Loading…
Reference in a new issue