summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/authenticator/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-06-12 22:01:41 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-06-12 22:01:41 +0200
commit4988b9bda18b0ba4373e15edb71d8538b39fd2c4 (patch)
tree7efeb94762351a6679864e872c7ba579a6369fa0 /pkgs/applications/misc/authenticator/default.nix
parent575123a08a1b4783f3c22040a549adba54756201 (diff)
authenticator: mark as broken
It's incompatible with the most recent version of libadwaita.
Diffstat (limited to 'pkgs/applications/misc/authenticator/default.nix')
-rw-r--r--pkgs/applications/misc/authenticator/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index 46b61720d0a3..ffa34d041e9c 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -91,6 +91,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
+ broken = true; # https://gitlab.gnome.org/World/Authenticator/-/issues/271
description = "Two-factor authentication code generator for GNOME";
homepage = "https://gitlab.gnome.org/World/Authenticator";
license = licenses.gpl3Plus;