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,5 +1,5 @@
{ lib, stdenv, fetchurl
, pkgconfig, makeWrapper, autoreconfHook
, pkg-config, makeWrapper, autoreconfHook
, openldap, python, pam
}:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1dna3r0q6sjhhlkhcp8x2zkslrd4y7701kk6fl5r940sdph1pmyh";
};
nativeBuildInputs = [ pkgconfig makeWrapper autoreconfHook ];
nativeBuildInputs = [ pkg-config makeWrapper autoreconfHook ];
buildInputs = [ openldap pam python ];
preConfigure = ''