1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

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
parent 92e9145edc
commit 2cf3c3913a

View file

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