diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2019-12-22 11:15:46 -0800 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-12-30 16:46:51 +0100 |
| commit | 79b2cc88030f2d971a0faa87dc03baf4d091dfc3 (patch) | |
| tree | 2fa2f35e2a71d181717d381a36f3da623bf64e1e | |
| parent | python3Packages.nbsmoke: add missing holoviews dependency (diff) | |
| download | nixpkgs-79b2cc88030f2d971a0faa87dc03baf4d091dfc3.tar.gz | |
pythonPackages.solo-python: mark disabled
no longer compatible with latest fido2
| -rw-r--r-- | pkgs/development/python-modules/solo-python/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/solo-python/default.nix b/pkgs/development/python-modules/solo-python/default.nix index 829874f25ad5..52d7d7539f92 100644 --- a/pkgs/development/python-modules/solo-python/default.nix +++ b/pkgs/development/python-modules/solo-python/default.nix @@ -48,5 +48,6 @@ homepage = "https://github.com/solokeys/solo-python"; maintainers = with maintainers; [ wucke13 ]; license = with licenses; [ asl20 mit ]; + broken = true; # no longer compatible with fido2 }; } |
