mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
Notes:
sideshowbarker
2024-07-17 03:35:16 +09:00
Author: https://github.com/networkException
Commit: 2cf3c3913a
Pull-request: https://github.com/SerenityOS/serenity/pull/21700
Issue: https://github.com/SerenityOS/serenity/issues/21009
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pkgs.mkShell.override
|
|||
cmake
|
||||
libxcrypt
|
||||
ninja
|
||||
pkgconfig
|
||||
pkg-config
|
||||
qt6.qtbase
|
||||
qt6.qtbase.dev
|
||||
qt6.qtmultimedia
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue