nix build: bugfix: xo-gc -dep-> xo-object2 now
previously was xo-object2 -dep-> xo-gc
This commit is contained in:
parent
863481785e
commit
d55fbcbd17
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue