treewide: pkgconfig -> pkg-config

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein
2021-03-16 22:44:57 +01:00
parent 9ce80206a1
commit 819ab46fe7
6 changed files with 7 additions and 7 deletions
@@ -26,7 +26,7 @@ buildPythonPackage rec {
patchShebangs .
'';
nativeBuildInputs = [ nose pkgs.pkgconfig pkgs.swig ];
nativeBuildInputs = [ nose pkgs.pkg-config pkgs.swig ];
buildInputs = [ setuptools pkgs.libcdio ]
++ lib.optional stdenv.isDarwin pkgs.libiconv;