xo-type: fix reflect dependency (also in nix build)

This commit is contained in:
Roland Conybeare 2026-05-30 11:11:10 -04:00
commit ee99fa6163
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
# xo dependencies
xo-object2,
xo-reflect,
xo-alloc2,
xo-facet,
xo-subsys,
@ -28,6 +29,7 @@ stdenv.mkDerivation (finalattrs:
];
propagatedBuildInputs = [
xo-object2
xo-reflect
xo-alloc2
xo-subsys
xo-facet

View file

@ -2,7 +2,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xo_object2)
find_dependnecy(reflect)
find_dependency(reflect)
find_dependency(xo_alloc2)
find_dependency(xo_facet)
find_dependency(subsys)