pkgs/tools: pkgconfig -> pkg-config (2)

This commit is contained in:
Ben Siraphob
2021-01-17 16:17:16 +07:00
parent 979e6e67d3
commit d6aeae8f90
250 changed files with 507 additions and 507 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitiles, pkgconfig, libuuid, openssl, libyaml, lzma }:
{ lib, stdenv, fetchFromGitiles, pkg-config, libuuid, openssl, libyaml, lzma }:
stdenv.mkDerivation rec {
version = "20180311";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1zja4ma6flch08h5j2l1hqnxmw2xwylidnddxxd5y2x05dai9ddj";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl libuuid libyaml lzma ];
enableParallelBuilding = true;