forked from mirrors/nixpkgs
xlsx2csv: use python3 and toPythonApplication
This commit is contained in:
parent
3891f5b9af
commit
614e30a30a
|
@ -16095,7 +16095,7 @@ in
|
|||
|
||||
xkeyboard_config = xorg.xkeyboardconfig;
|
||||
|
||||
xlsx2csv = pythonPackages.xlsx2csv;
|
||||
xlsx2csv = with python3Packages; toPythonApplication xlsx2csv;
|
||||
|
||||
xorg-rgb = callPackage ../data/misc/xorg-rgb {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue