mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03: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:
parent
b83afb9a2d
commit
57d1caf9f6
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
broken = true; # 2020-01-28
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user