mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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:
parent
5232491481
commit
056dc16463
|
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue