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.
This commit is contained in:
Martin Weinelt 2022-05-23 16:22:32 +02:00 committed by Peter Hoeg
parent 43b8ad27aa
commit 9d8cfc22c3

View File

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