9 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-Uqs/SO/AculHCFYcbjW08kLQX5GSU/eAwkN2iy/vhLM=";
25 propagatedBuildInputs = [ nbformat ];
27 nativeCheckInputs = [ nose ];
34 PATH=$PATH:$out/bin ./cli_tests.sh
39 pythonImportsCheck = [
44 description = "A tool to merge/concatenate Jupyter (IPython) notebooks";
45 inherit (src.meta) homepage;
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ ];
48 mainProgram = "nbmerge";