mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Use pkg-config instead of pkgconfig in serenity.nix
pkgconfig was renamed to pkg-config in nixpkgs.
This commit is contained in:
parent
9c9ca8a8be
commit
e773b9abe9
Notes:
sideshowbarker
2024-07-17 04:56:46 +09:00
Author: https://github.com/2xsaiko Commit: https://github.com/SerenityOS/serenity/commit/e773b9abe9 Pull-request: https://github.com/SerenityOS/serenity/pull/15872
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
unzip
|
||||
texinfo
|
||||
# Example Build-time Additional Dependencies
|
||||
pkgconfig
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
# Example Run-time Additional Dependencies
|
||||
|
|
Loading…
Reference in a new issue