nix build: bugfix: xo-gc -dep-> xo-object2 now

previously was xo-object2 -dep-> xo-gc
This commit is contained in:
Roland Conybeare 2026-05-27 08:15:19 -04:00
commit d55fbcbd17
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@
sphinx, graphviz,
# xo dependencies
xo-object2,
xo-alloc2,
xo-facet,
xo-randomgen,
@ -39,6 +40,7 @@ stdenv.mkDerivation (finalattrs:
cmake catch2
xo-cmake
xo-randomgen
xo-object2
] ++ lib.optionals buildDocs [
doxygen
sphinx

View file

@ -3,7 +3,6 @@
lib, stdenv, cmake, catch2,
# xo dependencies
xo-gc,
xo-stringtable2,
xo-reflect,
xo-alloc2,
@ -30,7 +29,6 @@ stdenv.mkDerivation (finalattrs:
xo-cmake
];
propagatedBuildInputs = [
xo-gc
xo-reflect
xo-alloc2
xo-stringtable2