mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:38:12 +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
|
||||
texinfo
|
||||
# Example Build-time Additional Dependencies
|
||||
pkgconfig
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
# Example Run-time Additional Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue