tinyproxy: mark not broken on darwin

This commit is contained in:
Stanisław Pitucha 2022-09-18 14:38:20 +10:00 committed by Stanisław Pitucha
parent a30eeb16a0
commit ea81c2f448

View File

@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
configureFlags = lib.optionals withDebug [ "--enable-debug" ]; # Enable debugging support code and methods.
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://tinyproxy.github.io/";
description = "A light-weight HTTP/HTTPS proxy daemon for POSIX operating systems";
license = licenses.gpl2Only;