From 51723b633114e734d6631d7efb155153167caf92 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Aug 2026 17:51:07 -0400 Subject: [PATCH] chore: remove pkg-config package from package.nix This package makes it conflict with the dependencies needed to build Invidious (openssl, libpcre, etc). crystalline can work perfectly without it tho, but it was added in the first place because crystalline was trying to invoke it. --- nix/packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/packages.nix b/nix/packages.nix index c98d2326..66be9612 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -21,7 +21,6 @@ with pkgs; sqlite shards crystalline # LSP, is not that good, but still useful. - pkg-config # Required by crystalline ameba # For linting ameba-ls # LSP for the ameba linter, to get inline messages from ameba # Utilities