+ xo-randomgen

This commit is contained in:
Roland Conybeare 2025-05-10 18:55:31 -05:00
commit aaa3864229
4 changed files with 23 additions and 4 deletions

19
pkgs/xo-randomgen.nix Normal file
View file

@ -0,0 +1,19 @@
{
# nixpkgs dependencies
stdenv, cmake, catch2,
# xo dependencies
xo-cmake, xo-indentlog,
} :
stdenv.mkDerivation (finalattrs:
{
name = "xo-randomgen";
src = ../xo-randomgen;
cmakeFlags = ["-DCMAKE_MODULE_PATH=${xo-cmake}/share/cmake"];
doCheck = true;
nativeBuildInputs = [ cmake catch2 xo-cmake ];
propagatedBuildInputs = [ xo-indentlog ];
})

View file

@ -26,7 +26,7 @@
xo-indentlog,
xo-refcnt,
xo-subsys,
# xo-randomgen,
xo-randomgen,
# xo-ordinaltree,
# xo-flatstring,
# xo-reflectutil,
@ -61,7 +61,7 @@ buildEnv {
xo-indentlog
xo-refcnt
xo-subsys
# xo-randomgen
xo-randomgen
# xo-ordinaltree
# xo-pyutil
# xo-flatstring