mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57: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:
parent
92e9145edc
commit
2cf3c3913a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pkgs.mkShell.override
|
||||||
cmake
|
cmake
|
||||||
libxcrypt
|
libxcrypt
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkg-config
|
||||||
qt6.qtbase
|
qt6.qtbase
|
||||||
qt6.qtbase.dev
|
qt6.qtbase.dev
|
||||||
qt6.qtmultimedia
|
qt6.qtmultimedia
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue