diff --git a/flake.nix b/flake.nix index f1fbe95..a5b8521 100644 --- a/flake.nix +++ b/flake.nix @@ -84,10 +84,10 @@ pkgs.libiconv ]; - # nativeBuildInputs = with pkgs; [ - # # Add extra native build inputs here, etc. - # pkg-config - # ]; + nativeBuildInputs = with pkgs; [ + # Add extra native build inputs here, etc. + pkg-config + ]; } // metadata;