mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Address removal of pkgconfig alias
nixpkgs ended up removing that alias, this fixes the build with a more recent nixpkgs.
This commit is contained in:
parent
63ba2fde50
commit
6663e7aeea
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ rec {
|
||||||
buildDeps =
|
buildDeps =
|
||||||
[ curl
|
[ curl
|
||||||
bzip2 xz brotli zstd editline
|
bzip2 xz brotli zstd editline
|
||||||
openssl pkgconfig sqlite
|
openssl pkg-config sqlite
|
||||||
boost
|
boost
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue