8 python3Packages.buildPythonApplication rec {
15 hash = "sha256-AOfUgeVgcTtuf5IuLYy1zFTBCjWZxu0OiZzUVXDIaSc=";
18 nativeBuildInputs = [ qt5.wrapQtAppsHook ];
20 dontWrapQtApps = true;
23 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
26 propagatedBuildInputs = with python3Packages; [
29 (matplotlib.override { enableQt = true; })
32 # does not contain tests despite reference in Makefile
34 pythonImportsCheck = [ "graph_cli" ];
37 description = "CLI to create graphs from CSV files";
38 homepage = "https://github.com/mcastorina/graph-cli/";
39 license = with licenses; [ gpl3Only ];
40 maintainers = with maintainers; [ leungbk ];
41 mainProgram = "graph";