Merge pull request #191736 from viraptor/tinyproxy-darwin-fix
tinyproxy: mark not broken on darwin
This commit is contained in:
commit
bf8f3c5524
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue