From 57eb5a56d1f1ed79f3df83d21afb3fa53cb6b7e2 Mon Sep 17 00:00:00 2001 From: yvt Date: Fri, 7 Oct 2022 01:40:54 +0900 Subject: [PATCH] chore(nix): replace `pkgconfig` with `pkg-config` `pkgconfig` has been renamed to `pkg-config` in nixpkgs. --- etc/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell.nix b/etc/shell.nix index 5d8a7b99211..ee02eb6aeb9 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -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