Merge pull request #143676 from sikmir/brook

brook: enable on darwin
This commit is contained in:
Domen Kožar
2021-10-29 13:23:31 -05:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoModule rec {
homepage = "https://github.com/txthinking/brook";
description = "A cross-platform Proxy/VPN software";
license = with licenses; [ gpl3Only ];
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ xrelkd ];
};
}