xlsx2csv: use python3 and toPythonApplication

This commit is contained in:
Robert Schütz 2019-03-15 18:06:34 +01:00
parent 3891f5b9af
commit 614e30a30a

View file

@ -16095,7 +16095,7 @@ in
xkeyboard_config = xorg.xkeyboardconfig;
xlsx2csv = pythonPackages.xlsx2csv;
xlsx2csv = with python3Packages; toPythonApplication xlsx2csv;
xorg-rgb = callPackage ../data/misc/xorg-rgb {};