pkgs/misc: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
5fffcef915
commit
fce00d15c2
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, expat
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat
|
||||
, libmicrohttpd
|
||||
}:
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
mkdir m4
|
||||
'';
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig glib expat libmicrohttpd ];
|
||||
buildInputs = [ autoreconfHook pkg-config glib expat libmicrohttpd ];
|
||||
|
||||
meta = {
|
||||
description = "Stubbed XMPP Server";
|
||||
|
||||
Reference in New Issue
Block a user