diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2022-09-23 23:37:46 +0200 |
|---|---|---|
| committer | Jan Tojnar <jtojnar@gmail.com> | 2022-09-23 23:37:46 +0200 |
| commit | c56f0ad289519f7b444001dca1f15d358c7f79da (patch) | |
| tree | cfbf0dc25cb41364c2bcfa4d278401954ddf8a3a | |
| parent | gnomeExtensions.gsconnect: Update Nautilus extension for 43 (diff) | |
| download | nixpkgs-c56f0ad289519f7b444001dca1f15d358c7f79da.tar.gz | |
tootle: mark broken
Broken with recent vala and unmaintained.
| -rw-r--r-- | pkgs/applications/misc/tootle/default.nix | 1 |
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; }; } |
