+ xo-pyprintjson

This commit is contained in:
Roland Conybeare 2025-05-11 15:07:08 -05:00
commit 97eefaea22
4 changed files with 35 additions and 4 deletions

31
pkgs/xo-pyprintjson.nix Normal file
View file

@ -0,0 +1,31 @@
{
# nixpkgs dependencies
stdenv, cmake, catch2,
#python3Packages,
# xo dependencies
xo-cmake,
#xo-refcnt,
xo-printjson,
xo-pyreflect,
} :
stdenv.mkDerivation (finalattrs:
{
name = "xo-pyprintjson";
src = ../xo-pyprintjson;
cmakeFlags = ["-DCMAKE_MODULE_PATH=${xo-cmake}/share/cmake"];
#doCheck = true;
nativeBuildInputs = [ cmake catch2 xo-cmake ];
propagatedBuildInputs = [
xo-printjson
xo-pyreflect
# xo-refcnt
# python3Packages.python
# python3Packages.pybind11
];
})

View file

@ -41,7 +41,7 @@
xo-webutil,
xo-pywebutil,
xo-printjson,
# xo-pyprintjson,
xo-pyprintjson,
# xo-reactor,
# xo-pyreactor,
# xo-simulator,
@ -88,7 +88,7 @@ buildEnv {
xo-reader
xo-jit
xo-pyjit
# xo-pyprintjson
xo-pyprintjson
# xo-reactor
# xo-pyreactor
# xo-websock