From f077854ba7f30fac7b98cfbdc06980b4a2640a22 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 17 Mar 2021 09:22:27 +0100 Subject: [PATCH] pkgconfig -> pkg-config --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index f85f7f7..267209a 100644 --- a/shell.nix +++ b/shell.nix @@ -40,7 +40,7 @@ let buildInputs = with pkgs; [ latest.rustChannels.stable.rust git - pkgconfig + pkg-config openssl ] ++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security; @@ -80,7 +80,7 @@ let latest.rustChannels.stable.rust #rustfmt openssl - pkgconfig + pkg-config git ] ++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;