7 python3Packages.buildPythonApplication rec {
14 hash = "sha256-AOfUgeVgcTtuf5IuLYy1zFTBCjWZxu0OiZzUVXDIaSc=";
17 nativeBuildInputs = [ qt5.wrapQtAppsHook ];
19 dontWrapQtApps = true;
22 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
25 propagatedBuildInputs = with python3Packages; [
28 (matplotlib.override { enableQt = true; })
31 # does not contain tests despite reference in Makefile
33 pythonImportsCheck = [ "graph_cli" ];
36 description = "CLI to create graphs from CSV files";
37 homepage = "https://github.com/mcastorina/graph-cli/";
38 license = with licenses; [ gpl3Only ];
39 maintainers = with maintainers; [ leungbk ];
40 mainProgram = "graph";