tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
silenthound: dont use a alias
Artturin
3 years ago
a7946aa3
7a06ced9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
silenthound
default.nix
+1
-1
pkgs/tools/security/silenthound/default.nix
reviewed
···
17
17
18
18
propagatedBuildInputs = with python3.pkgs; [
19
19
colorama
20
20
-
ldap
20
20
+
python-ldap
21
21
];
22
22
23
23
dontBuild = true;