Added xdot pachage.
This commit is contained in:
parent
1c62f3201e
commit
783c328c2f
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,7 @@ let
|
|||
})
|
||||
];
|
||||
|
||||
python3 = gitpkgs.python3Full.withPackages(ps: with ps; [
|
||||
python3 = pkgs.python3Full.withPackages(ps: with ps; [
|
||||
GitPython
|
||||
bpython
|
||||
cairosvg cairocffi
|
||||
|
@ -214,6 +214,7 @@ let
|
|||
tkinter
|
||||
toolz
|
||||
virtualenv
|
||||
xdot
|
||||
# flask
|
||||
# flask-common
|
||||
# flask-compress
|
||||
|
|
Loading…
Reference in a new issue