idutils: mark as broken

Last release was in 2012, package is unmaintained and build system is
pretty old, so we can't just replace the ancient gnulib with a newer
version without further hassle.
This commit is contained in:
Maximilian Bosch 2020-01-31 19:07:08 +01:00
parent 5232491481
commit 056dc16463
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
broken = true;
};
}