mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue