about summary refs log tree commit diff
path: root/pkgs/tools/admin/adtool
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-23 16:22:32 +0200
committerPeter Hoeg <peter@hoeg.com>2022-05-24 14:34:06 +0800
commit9d8cfc22c36a802e3f57e8873103c5c769c4c6cb (patch)
tree40dc5bb7d6dc2a23de596ca5cf775088f57b9fe7 /pkgs/tools/admin/adtool
parent43b8ad27aa0a39dc7882c526e7b8ce18933b5cdf (diff)
adtool: mark broken
Broke when updating OpenLDAP>2.5 and has not seen a change since 2017,
which is at this point 5y in the past.

I think it's safe to say that this tool deserves to being marked broken.
Diffstat (limited to 'pkgs/tools/admin/adtool')
-rw-r--r--pkgs/tools/admin/adtool/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/adtool/default.nix b/pkgs/tools/admin/adtool/default.nix
index f1bc5851c7939..ac009e1b091a3 100644
--- a/pkgs/tools/admin/adtool/default.nix
+++ b/pkgs/tools/admin/adtool/default.nix
@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
     homepage = "https://gp2x.org/adtool";
     license = licenses.gpl2;
     maintainers = with maintainers; [ peterhoeg ];
+    broken = true; # does not link against recent libldap versions and unmaintained since 2017
   };
 }