pkgconfig -> pkg-config
This commit is contained in:
parent
bc00b523ea
commit
f077854ba7
|
@ -40,7 +40,7 @@ let
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
latest.rustChannels.stable.rust
|
latest.rustChannels.stable.rust
|
||||||
git
|
git
|
||||||
pkgconfig
|
pkg-config
|
||||||
openssl
|
openssl
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
||||||
|
@ -80,7 +80,7 @@ let
|
||||||
latest.rustChannels.stable.rust
|
latest.rustChannels.stable.rust
|
||||||
#rustfmt
|
#rustfmt
|
||||||
openssl
|
openssl
|
||||||
pkgconfig
|
pkg-config
|
||||||
git
|
git
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
|
||||||
|
|
Loading…
Reference in a new issue