11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
16 owner = "jupyter-xeus";
19 sha256 = "sha256-kGIVcsgLG6weNfBwgEVTMa8NA9MXSztzi9ML5/gDqAQ=";
34 "-DXEUS_BUILD_TESTS=ON"
38 preCheck = ''export LD_LIBRARY_PATH=$PWD'';
41 homepage = "https://xeus.readthedocs.io";
42 description = "C++ implementation of the Jupyter Kernel protocol";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ serge_sans_paille ];
45 platforms = platforms.all;