pkgs/tools: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent fce00d15c2
commit 76f93cc731
251 changed files with 500 additions and 500 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive
, pkgconfig, gettext, libssl, txt2man }:
, pkg-config, gettext, libssl, txt2man }:
stdenv.mkDerivation rec {
pname = "axel";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "01mpfkz98r2fx4n0gyi3b4zvlyfd5bxydp2wh431lnj0ahrsiikp";
};
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ];
buildInputs = [ gettext libssl ];