mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
sleekxmpp: fix SSL certificates checks
This commit is contained in:
parent
d2ce3a9bda
commit
5107b3f7b3
1 changed files with 1 additions and 1 deletions
|
@ -8451,7 +8451,7 @@ in {
|
|||
name = "sleekxmpp-${version}";
|
||||
version = "1.3.3";
|
||||
|
||||
propagatedBuildInputs = with self; [ dnspython pyasn1 gevent ];
|
||||
propagatedBuildInputs = with self; [ dnspython pyasn1 pyasn1-modules gevent ];
|
||||
checkInputs = [ pkgs.gnupg ];
|
||||
checkPhase = "${python.interpreter} testall.py";
|
||||
doCheck = false; # Tests failed all this time and upstream doesn't seem to care.
|
||||
|
|
Loading…
Reference in a new issue