From 6663e7aeead646573d7bb4ad9b0c94ec0080ee81 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 26 Sep 2022 18:36:31 +0200 Subject: [PATCH] Address removal of pkgconfig alias nixpkgs ended up removing that alias, this fixes the build with a more recent nixpkgs. --- release-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-common.nix b/release-common.nix index 26355ba0b..209ae5404 100644 --- a/release-common.nix +++ b/release-common.nix @@ -50,7 +50,7 @@ rec { buildDeps = [ curl bzip2 xz brotli zstd editline - openssl pkgconfig sqlite + openssl pkg-config sqlite boost # Tests