+ xo-pywebsock
This commit is contained in:
parent
ac77df2850
commit
5e85114b2e
5 changed files with 38 additions and 5 deletions
33
pkgs/xo-pywebsock.nix
Normal file
33
pkgs/xo-pywebsock.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
# nixpkgs dependencies
|
||||
stdenv, cmake, catch2,
|
||||
|
||||
python3Packages,
|
||||
|
||||
# xo dependencies
|
||||
xo-cmake,
|
||||
#xo-refcnt,
|
||||
xo-websock,
|
||||
|
||||
xo-pyreflect,
|
||||
xo-pywebutil
|
||||
} :
|
||||
|
||||
stdenv.mkDerivation (finalattrs:
|
||||
{
|
||||
name = "xo-pywebsock";
|
||||
|
||||
src = ../xo-pywebsock;
|
||||
|
||||
cmakeFlags = ["-DCMAKE_MODULE_PATH=${xo-cmake}/share/cmake"];
|
||||
#doCheck = true;
|
||||
nativeBuildInputs = [ cmake catch2 xo-cmake ];
|
||||
propagatedBuildInputs = [
|
||||
# xo-printjson
|
||||
xo-pywebutil
|
||||
xo-pyreflect
|
||||
xo-websock
|
||||
# python3Packages.python
|
||||
# python3Packages.pybind11
|
||||
];
|
||||
})
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
xo-reactor,
|
||||
xo-pyreactor,
|
||||
xo-websock,
|
||||
xo-pywebsock,
|
||||
# xo-simulator,
|
||||
# xo-pysimulator, xo-distribution, xo-pydistribution, xo-process, xo-pyprocess, xo-statistics, xo-kalmanfilter,
|
||||
# xo-pykalmanfilter,
|
||||
# xo-pywebsock,
|
||||
|
||||
xo-expression,
|
||||
xo-pyexpression,
|
||||
|
|
@ -94,7 +94,7 @@ buildEnv {
|
|||
xo-reactor
|
||||
xo-pyreactor
|
||||
xo-websock
|
||||
# xo-pywebsock
|
||||
xo-pywebsock
|
||||
# xo-statistics
|
||||
# xo-distribution
|
||||
# xo-pydistribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue