treewide: pkgconfig -> pkg-config

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein
2021-03-17 00:00:19 +01:00
parent 9ce80206a1
commit 819ab46fe7
6 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@
pkgs.mkShell {
buildInputs = [
pkgs.poetry2nix.cli
pkgs.pkgconfig
pkgs.pkg-config
pkgs.libvirt
pkgs.poetry
];