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
|
GitPython
|
||||||
bpython
|
bpython
|
||||||
cairosvg cairocffi
|
cairosvg cairocffi
|
||||||
|
@ -214,6 +214,7 @@ let
|
||||||
tkinter
|
tkinter
|
||||||
toolz
|
toolz
|
||||||
virtualenv
|
virtualenv
|
||||||
|
xdot
|
||||||
# flask
|
# flask
|
||||||
# flask-common
|
# flask-common
|
||||||
# flask-compress
|
# flask-compress
|
||||||
|
|
Loading…
Reference in a new issue