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:
committed by
Florian Klink
parent
63ba2fde50
commit
6663e7aeea
@@ -50,7 +50,7 @@ rec {
|
||||
buildDeps =
|
||||
[ curl
|
||||
bzip2 xz brotli zstd editline
|
||||
openssl pkgconfig sqlite
|
||||
openssl pkg-config sqlite
|
||||
boost
|
||||
|
||||
# Tests
|
||||
|
||||
Reference in New Issue
Block a user