11 pname = "osc-diagram";
12 version = "unstable-2023-08-07";
15 src = fetchFromGitHub {
16 owner = "outscale-mgo";
18 rev = "8531233b8a95da03aca9106064b91479197f888d";
19 hash = "sha256-2Iaar2twemw4xv1GGqHd3xiNCHrZLsZXtP7e9tNVpEU=";
26 propagatedBuildInputs = [
31 pythonImportsCheck = [ "osc_diagram" ];
34 description = "Build Outscale cloud diagrams";
35 mainProgram = "osc-diagram";
36 homepage = "https://github.com/outscale-mgo/osc-diagram";
37 license = licenses.free;
38 maintainers = with maintainers; [ nicolas-goudry ];