1
0
Fork 0
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:
sternenseemann 2022-09-26 18:36:31 +02:00 committed by Florian Klink
parent 63ba2fde50
commit 6663e7aeea

View file

@ -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