silenthound: dont use a alias

This commit is contained in:
Artturin 2022-09-26 17:57:24 +03:00
parent 7a06ced970
commit a7946aa359

View file

@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
colorama
ldap
python-ldap
];
dontBuild = true;