xo-cmake: + xo-printable2
This commit is contained in:
parent
edd304fbd2
commit
907d5e49ac
3 changed files with 1 additions and 16 deletions
|
|
@ -3,13 +3,6 @@
|
|||
lib, stdenv, cmake, catch2,
|
||||
|
||||
# xo dependencies
|
||||
# xo-webutil,
|
||||
# xo-callback,
|
||||
# xo-unit,
|
||||
# xo-refcnt,
|
||||
# xo-reflectutil,
|
||||
# xo-alloc,
|
||||
# xo-randomgen,
|
||||
xo-gc,
|
||||
xo-stringtable2,
|
||||
xo-reflect,
|
||||
|
|
@ -18,9 +11,6 @@
|
|||
xo-facet,
|
||||
xo-subsys,
|
||||
xo-cmake,
|
||||
# xo-printjson,
|
||||
# xo-ordinaltree,
|
||||
# xo-indentlog,
|
||||
doCheck ? true,
|
||||
} :
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@
|
|||
|
||||
# xo dependencies
|
||||
xo-facet,
|
||||
# xo-randomgen,
|
||||
# xo-reflectutil,
|
||||
# xo-indentlog,
|
||||
xo-cmake,
|
||||
|
||||
# buildDocs ? false,
|
||||
|
|
@ -39,7 +36,6 @@ stdenv.mkDerivation (finalattrs:
|
|||
nativeBuildInputs = [
|
||||
cmake catch2
|
||||
xo-cmake
|
||||
# xo-randomgen
|
||||
# ] ++ lib.optionals buildDocs [
|
||||
# doxygen
|
||||
# sphinx
|
||||
|
|
@ -52,7 +48,5 @@ stdenv.mkDerivation (finalattrs:
|
|||
];
|
||||
propagatedBuildInputs = [
|
||||
xo-facet
|
||||
# xo-reflectutil
|
||||
# xo-indentlog
|
||||
];
|
||||
})
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ xo-flatstring
|
|||
xo-reflectutil
|
||||
xo-arena
|
||||
xo-facet
|
||||
xo-printable2
|
||||
xo-testutil
|
||||
xo-alloc2
|
||||
xo-gc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue