djhtml: use python3Packages.callPackage

This commit is contained in:
Cole Helbling 2023-03-24 14:35:50 -07:00
parent 27b9b54fe8
commit 29bbff83a5

View File

@ -494,7 +494,7 @@ with pkgs;
dinghy = with python3Packages; toPythonApplication dinghy;
djhtml = callPackage ../development/tools/djhtml { };
djhtml = python3Packages.callPackage ../development/tools/djhtml { };
deadcode = callPackage ../development/tools/deadcode { };