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
@@ -1,6 +1,6 @@
# NOTE: this is rakshava's version of libtorrent, used mainly by rtorrent
# This is NOT libtorrent-rasterbar, used by Deluge, qbitttorent, and others
{ lib, stdenv, fetchFromGitHub, pkgconfig, autoreconfHook
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook
, cppunit, openssl, libsigcxx, zlib
}:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "1h5y6ab3gs20yyprdfwcw8fh1c6czs4yrdj0kf54d2vp9qwz685r";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];
nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ cppunit openssl libsigcxx zlib ];
meta = with lib; {