gh-cal: fix pkg-config

This commit is contained in:
Loïc Reynier 2022-05-30 10:08:00 +02:00
parent 33c6d916c7
commit 4b3a039b60

View File

@ -2,7 +2,7 @@
, stdenv
, fetchCrate
, rustPlatform
, pkgconfig
, pkg-config
, openssl
, Security
}:
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-73gqk0DjhaLGIEP5VQQlubPomxHQyg4RnY5XTgE7msQ=";
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
meta = with lib; {