klaus: use python3 version
This commit is contained in:
parent
f2668546b9
commit
98739e7edc
1 changed files with 1 additions and 1 deletions
|
@ -1834,7 +1834,7 @@ in
|
|||
|
||||
kisslicer = callPackage ../tools/misc/kisslicer { };
|
||||
|
||||
klaus = with pythonPackages; toPythonApplication klaus;
|
||||
klaus = with python3Packages; toPythonApplication klaus;
|
||||
|
||||
lcdproc = callPackage ../servers/monitoring/lcdproc { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue