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:
parent
9c9ca8a8be
commit
e773b9abe9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue