mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 14:22:04 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user