brook: enable on darwin

This commit is contained in:
Nikolay Korotkiy
2021-10-29 18:01:37 +03:00
parent fc1535cfb9
commit 46bbbbb1e8
+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 ];
};
}