14 clangStdenv.mkDerivation rec {
18 src = fetchFromGitHub {
19 owner = "jupyter-xeus";
22 hash = "sha256-sfGXo6CPJu5TJrkecLLoaQxrGaJbeQG+QiCkltAwuI8=";
25 nativeBuildInputs = [ cmake ];
36 propagatedBuildInputs = [ nlohmann_json ];
39 description = "ZeroMQ-based middleware for xeus";
40 homepage = "https://github.com/jupyter-xeus/xeus-zmq";
41 license = lib.licenses.bsd3;
42 maintainers = with lib.maintainers; [ thomasjm ];
43 platforms = lib.platforms.all;