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
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, xmlrpc_c, glib, zlib }:
{ lib, stdenv, fetchFromGitHub, pkg-config, xmlrpc_c, glib, zlib }:
stdenv.mkDerivation rec {
pname = "subberthehut";
version = "20";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "19prdqbk19h0wak318g2jn1mnfm7l7f83a633bh0rhskysmqrsj1";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ xmlrpc_c glib zlib ];
installPhase = ''