jpylyzer: use python3 version

This commit is contained in:
Frederik Rietdijk
2019-11-13 16:27:38 +01:00
parent f9a5892664
commit 32749eee42
+1 -1
View File
@@ -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 { };