Ladybird: Use pkg-config instead of pkgconfig in ladybird.nix

pkgconfig was renamed to pkg-config in nixpkgs.

See e773b9abe9
This commit is contained in:
networkException 2023-10-27 00:13:26 +02:00 committed by Andreas Kling
commit 2cf3c3913a
Notes: sideshowbarker 2024-07-17 03:35:16 +09:00

View file

@ -11,7 +11,7 @@ pkgs.mkShell.override
cmake
libxcrypt
ninja
pkgconfig
pkg-config
qt6.qtbase
qt6.qtbase.dev
qt6.qtmultimedia