dkimpy: use python3 version

This commit is contained in:
Frederik Rietdijk 2019-11-13 16:13:03 +01:00
parent cf5e5e4d79
commit 45cff47dc4

View file

@ -837,7 +837,7 @@ in
dgsh = callPackage ../shells/dgsh { };
dkimpy = with pythonPackages; toPythonApplication dkimpy;
dkimpy = with python3Packages; toPythonApplication dkimpy;
dpt-rp1-py = callPackage ../tools/misc/dpt-rp1-py { };