From a55e373823ac2c54280a9633f67143ff29ec828b Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Mon, 20 May 2024 22:29:52 +0200 Subject: [PATCH] fix: nix-shell: update `pkgconfig` -> `pkg-config` build input (#1562) Signed-off-by: Christoph Heiss Co-authored-by: JR Conlin --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 219e655a..9bed74c0 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { rustc cargo libmysqlclient - pkgconfig + pkg-config openssl cmake protobuf