5 , snakemake-interface-common
8 buildPythonPackage rec {
9 pname = "snakemake-interface-report-plugins";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-30x4avA3FrqZ4GoTl6Js5h3VG5LW7BNHOcNWxznXoT0=";
24 propagatedBuildInputs = [
25 snakemake-interface-common
28 pythonImportsCheck = [ "snakemake_interface_report_plugins" ];
31 description = "The interface for Snakemake report plugins";
32 homepage = "https://github.com/snakemake/snakemake-interface-report-plugins";
33 license = licenses.mit;
34 maintainers = with maintainers; [ veprbl ];