djhtml: use python3Packages.callPackage
This commit is contained in:
parent
27b9b54fe8
commit
29bbff83a5
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user