From d0bd21772c1e0495be69efc9e528de7a1c76e1ff Mon Sep 17 00:00:00 2001 From: Noah Stride Date: Tue, 3 Sep 2024 16:16:44 +0100 Subject: [PATCH] Add `pkg-config` to devbox to find Libfido2 builds (#46142) --- devbox.json | 1 + devbox.lock | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/devbox.json b/devbox.json index f5880ee563ed3..024f5e64cfde8 100644 --- a/devbox.json +++ b/devbox.json @@ -16,6 +16,7 @@ "rustup@latest", "wasm-pack@latest", "wasm-bindgen-cli@latest", + "pkg-config@latest", "buf@1.26.1", "go@1.21.4", diff --git a/devbox.lock b/devbox.lock index d9ec5a00f5c9c..b4f646965b7cb 100644 --- a/devbox.lock +++ b/devbox.lock @@ -153,6 +153,90 @@ "path:build.assets/flake#libpcsclite": {}, "path:build.assets/flake#node-protoc-ts": {}, "path:build.assets/flake#protoc-gen-gogo": {}, + "pkg-config@latest": { + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#pkg-config", + "source": "devbox-search", + "version": "0.29.2", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/r6xx785mlgyqwzgb34wx103xsb7k01q3-pkg-config-wrapper-0.29.2", + "default": true + }, + { + "name": "man", + "path": "/nix/store/7072gja0xwm7j1hcszp4hvfmi3a6ildy-pkg-config-wrapper-0.29.2-man", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/xcs7yv6dpw4qb53a18s99d47x69v2g14-pkg-config-wrapper-0.29.2-doc" + } + ], + "store_path": "/nix/store/r6xx785mlgyqwzgb34wx103xsb7k01q3-pkg-config-wrapper-0.29.2" + }, + "aarch64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/p1clqs45xfjknc3pcmlc0c4cxyq6cn6y-pkg-config-wrapper-0.29.2", + "default": true + }, + { + "name": "man", + "path": "/nix/store/a360vfw1r2rm4af48arcm25hszk4djd8-pkg-config-wrapper-0.29.2-man", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/56ln7ivsbjsfmm7mbd70gp6c6y95a4l8-pkg-config-wrapper-0.29.2-doc" + } + ], + "store_path": "/nix/store/p1clqs45xfjknc3pcmlc0c4cxyq6cn6y-pkg-config-wrapper-0.29.2" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/j6m8g36w0im5jbzi506lfyr739xl9pc3-pkg-config-wrapper-0.29.2", + "default": true + }, + { + "name": "man", + "path": "/nix/store/76spnswzy2c8mgnda8qwwkiml1lilrkl-pkg-config-wrapper-0.29.2-man", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/2hs1m46mfmjvm8pvw18ivl2pq3iga0p5-pkg-config-wrapper-0.29.2-doc" + } + ], + "store_path": "/nix/store/j6m8g36w0im5jbzi506lfyr739xl9pc3-pkg-config-wrapper-0.29.2" + }, + "x86_64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/blb1ci2nwrmgzb3g1xl4mvqpwkhm3s3b-pkg-config-wrapper-0.29.2", + "default": true + }, + { + "name": "man", + "path": "/nix/store/0f76i8j392i9icmc9gqlngfbjq2ll2z4-pkg-config-wrapper-0.29.2-man", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/9c9p179b41li306zylldbpkx5686asp2-pkg-config-wrapper-0.29.2-doc" + } + ], + "store_path": "/nix/store/blb1ci2nwrmgzb3g1xl4mvqpwkhm3s3b-pkg-config-wrapper-0.29.2" + } + } + }, "pnpm@9.7.0": { "last_modified": "2024-08-14T11:41:26Z", "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#pnpm",