shells/axidraw: add pillow too
This commit is contained in:
parent
7fc1686696
commit
03993cb981
|
@ -7,6 +7,6 @@ mkShell {
|
||||||
})
|
})
|
||||||
python3
|
python3
|
||||||
jupyter
|
jupyter
|
||||||
] ++ (with python3.pkgs; [ ipython requests axicli drawsvg ]);
|
] ++ (with python3.pkgs; [ ipython requests axicli drawsvg pillow ]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue