+ xo-pyprintjson
This commit is contained in:
parent
7c6114bf46
commit
97eefaea22
4 changed files with 35 additions and 4 deletions
31
pkgs/xo-pyprintjson.nix
Normal file
31
pkgs/xo-pyprintjson.nix
Normal 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
|
||||
];
|
||||
})
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue