1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

jpylyzer: use python3 version

This commit is contained in:
Frederik Rietdijk 2019-11-13 16:26:17 +01:00
parent f9a5892664
commit 32749eee42

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 { };