pkgs/tools: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-17 10:51:22 +07:00
committed by Jonathan Ringer
parent fce00d15c2
commit 76f93cc731
251 changed files with 500 additions and 500 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, ncurses, which }:
{ lib, stdenv, fetchFromGitHub, pkg-config, ncurses, which }:
stdenv.mkDerivation rec {
pname = "progress";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1cnb4ixlhshn139mj5sr42k5m6gjjbyqvkn1324c47niwrgp7dqm";
};
nativeBuildInputs = [ pkgconfig which ];
nativeBuildInputs = [ pkg-config which ];
buildInputs = [ ncurses ];
makeFlags = [ "PREFIX=$(out)" ];