chore(nix): replace pkgconfig with pkg-config

`pkgconfig` has been renamed to `pkg-config` in nixpkgs.
This commit is contained in:
yvt 2022-10-07 01:40:54 +09:00
parent 30525b4f5f
commit 57eb5a56d1

View file

@ -18,7 +18,7 @@ clangStdenv.mkDerivation rec {
rustup
# Build utilities
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
cmake dbus gcc git pkg-config which llvm autoconf213 perl yasm m4
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
] ++ (lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.AppKit