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
@@ -1,5 +1,5 @@
{ lib, mkDerivation, fetchFromGitHub
, qmake, qtbase, pkgconfig, taglib, libbass, libbass_fx }:
, qmake, qtbase, pkg-config, taglib, libbass, libbass_fx }:
# TODO: get rid of (unfree) libbass
# issue:https://github.com/UltraStar-Deluxe/UltraStar-Creator/issues/3
@@ -33,7 +33,7 @@ mkDerivation {
cd src
'';
nativeBuildInputs = [ qmake pkgconfig ];
nativeBuildInputs = [ qmake pkg-config ];
buildInputs = [ qtbase taglib libbass libbass_fx ];
meta = with lib; {