mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
ttyplot: move pkg-config to nativeBuildInputs
This commit is contained in:
parent
778402c6fe
commit
f9d42f4f96
@ -11,8 +11,11 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
ncurses
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user