pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, zlib
|
||||
, newt
|
||||
, openssl
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, slang
|
||||
, autoreconfHook
|
||||
}:
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ bzip2 zlib newt newt openssl slang ];
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user