jpylyzer: use python3 version
This commit is contained in:
parent
f9a5892664
commit
32749eee42
1 changed files with 1 additions and 1 deletions
|
@ -4232,7 +4232,7 @@ in
|
|||
|
||||
jpegrescan = callPackage ../applications/graphics/jpegrescan { };
|
||||
|
||||
jpylyzer = with pythonPackages; toPythonApplication jpylyzer;
|
||||
jpylyzer = with python3Packages; toPythonApplication jpylyzer;
|
||||
|
||||
jq = callPackage ../development/tools/jq { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue