From a67ee1200fb5e3991140d478bb6706e57218f777 Mon Sep 17 00:00:00 2001 From: Sidney Millen <54868878+SidneyMillen@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:20:56 -0800 Subject: [PATCH] fixed pkg-config package name in flake.nix (#167) I was trying to set up an eframe project and the nix flake was not working. It worked after I fixed the package name like this. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 49cebbe1..521c7e95 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ # misc. libraries openssl - pkgconfig + pkg-config # GUI libs libxkbcommon