Toolchain: Use pkg-config instead of pkgconfig in serenity.nix

pkgconfig was renamed to pkg-config in nixpkgs.
This commit is contained in:
Marco Rebhan 2022-11-01 00:52:57 +01:00 committed by Linus Groh
parent 9c9ca8a8be
commit e773b9abe9
Notes: sideshowbarker 2024-07-17 04:56:46 +09:00

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
unzip
texinfo
# Example Build-time Additional Dependencies
pkgconfig
pkg-config
];
buildInputs = [
# Example Run-time Additional Dependencies