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

View File

@@ -231,7 +231,7 @@ let
};
packagesWithNativeBuildInputs = {
arrow = [ pkgs.pkgconfig pkgs.arrow-cpp ];
arrow = [ pkgs.pkg-config pkgs.arrow-cpp ];
adimpro = [ pkgs.imagemagick ];
animation = [ pkgs.which ];
audio = [ pkgs.portaudio ];