forked from mirrors/nixpkgs
dkimpy: use python3 version
This commit is contained in:
parent
cf5e5e4d79
commit
45cff47dc4
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue