ttyplot: move pkg-config to nativeBuildInputs

This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00
parent 778402c6fe
commit f9d42f4f96

View File

@ -11,8 +11,11 @@ stdenv.mkDerivation rec {
hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
};
buildInputs = [
nativeBuildInputs = [
pkg-config
];
buildInputs = [
ncurses
];