From 9450828084f42d3f1eb261c00820cfd2bf8b819b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 2 Dec 2023 09:48:43 +0000 Subject: fix for latest nixpkgs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b041812..1012f27 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ inherit pname; inherit (packageMeta) version; - nativeBuildInputs = [ pkgconfig ]; + nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.CoreServices -- cgit v1.2.3