summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-09-23 23:37:46 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-09-23 23:37:46 +0200
commitc56f0ad289519f7b444001dca1f15d358c7f79da (patch)
treecfbf0dc25cb41364c2bcfa4d278401954ddf8a3a
parentgnomeExtensions.gsconnect: Update Nautilus extension for 43 (diff)
downloadnixpkgs-c56f0ad289519f7b444001dca1f15d358c7f79da.tar.gz
tootle: mark broken
Broken with recent vala and unmaintained.
-rw-r--r--pkgs/applications/misc/tootle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tootle/default.nix b/pkgs/applications/misc/tootle/default.nix
index 48b1b2d57e05..422cf8ea7623 100644
--- a/pkgs/applications/misc/tootle/default.nix
+++ b/pkgs/applications/misc/tootle/default.nix
@@ -93,5 +93,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bleakgrey/tootle";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
+ broken = true;
};
}