Merge pull request #191736 from viraptor/tinyproxy-darwin-fix

tinyproxy: mark not broken on darwin
This commit is contained in:
Bobby Rong 2022-09-18 21:15:30 +08:00 committed by GitHub
commit bf8f3c5524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;