1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

ttyrec: mark as broken

Requires svr4-specific stuff to work around "out of ptys"-error[1],
however this API has been dropped in glibc 2.30 and as the package is
fairly old, there doesn't seem to be an actual fix available.

[1] https://github.com/mjording/ttyrec/pull/2
This commit is contained in:
Maximilian Bosch 2020-01-28 14:30:31 +01:00
parent b83afb9a2d
commit 57d1caf9f6
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ zimbatm ];
broken = true; # 2020-01-28
};
}