pkgconfig -> pkg-config

This commit is contained in:
Sandro 2021-03-17 09:22:27 +01:00 committed by Cole Helbling
parent bc00b523ea
commit f077854ba7

View file

@ -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;