freeipa: use 'pkg-config' instead of 'pkgconfig' alias
This commit is contained in:
parent
47ddbcb1f0
commit
92b434f89b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, autoconf
|
, autoconf
|
||||||
, automake
|
, automake
|
||||||
, kerberos
|
, kerberos
|
||||||
|
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||||
sasl
|
sasl
|
||||||
curl
|
curl
|
||||||
xmlrpc_c
|
xmlrpc_c
|
||||||
pkgconfig
|
pkg-config
|
||||||
ding-libs
|
ding-libs
|
||||||
p11-kit
|
p11-kit
|
||||||
python3
|
python3
|
||||||
|
|
Loading…
Reference in a new issue