From 142768e8d5b5cf4983b9675a1828b782f7330ca9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 30 May 2026 13:13:29 -0400 Subject: [PATCH] nix build: fix xo-tokenizer2 deps [CI] --- pkgs/xo-tokenizer2.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/xo-tokenizer2.nix b/pkgs/xo-tokenizer2.nix index 24266e72..6933fa47 100644 --- a/pkgs/xo-tokenizer2.nix +++ b/pkgs/xo-tokenizer2.nix @@ -2,6 +2,7 @@ # nixpkgs dependencies lib, stdenv, cmake, catch2, replxx, + xo-stringtable2, xo-arena, xo-indentlog, xo-cmake, @@ -28,6 +29,7 @@ stdenv.mkDerivation (finalattrs: xo-cmake ]; propagatedBuildInputs = [ + xo-stringtable2 xo-arena xo-indentlog ];