1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:57:47 +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:
Marco Rebhan 2022-11-01 00:52:57 +01:00 committed by Linus Groh
parent 9c9ca8a8be
commit e773b9abe9

View file

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