authenticator: mark as broken

It's incompatible with the most recent version of libadwaita.
This commit is contained in:
Robert Schütz 2021-06-12 22:01:41 +02:00
parent 575123a08a
commit 4988b9bda1

View file

@ -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;