From 5304f33a5aab47b86ecefaf59d8a6b751bfd87fb Mon Sep 17 00:00:00 2001 From: Noud Jaspers Date: Mon, 7 Jul 2025 14:03:32 +0200 Subject: [PATCH] codex: fix build by adding openssl.dev to buildInputs --- pkgs/by-name/co/codex/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/co/codex/package.nix b/pkgs/by-name/co/codex/package.nix index 4fe1a05cf5c2..c9e4a59a0ca3 100644 --- a/pkgs/by-name/co/codex/package.nix +++ b/pkgs/by-name/co/codex/package.nix @@ -27,6 +27,9 @@ rustPlatform.buildRustPackage (finalAttrs: { pkg-config openssl ]; + buildInputs = [ + openssl.dev + ]; checkFlags = [ "--skip=keeps_previous_response_id_between_tasks" # Requires network access