summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-23 16:22:32 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-24 06:38:57 +0000
commit78f9b41ee9de3acc2fd6be7ed7f3dbd056cb1e3d (patch)
tree58c28e833e5347f237c3a4c98d131de59aac8cfa
parentMerge pull request #174231 from NixOS/backport-174224-to-release-22.05 (diff)
downloadnixpkgs-78f9b41ee9de3acc2fd6be7ed7f3dbd056cb1e3d.tar.gz
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. (cherry picked from commit d2fa18e744522f9823fde46ee9f9548de71bf231)
-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 f1bc5851c793..ac009e1b091a 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
};
}