owncloud-client: mark darwin broken

This commit is contained in:
Miao, ZhiCheng
2023-05-24 18:45:22 +03:00
parent 4645ea3569
commit d4651a7cd1
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
homepage = "https://owncloud.org";
maintainers = with maintainers; [ qknight hellwolf ];
platforms = platforms.unix;
broken = stdenv.isDarwin;
license = licenses.gpl2Plus;
changelog = "https://github.com/owncloud/client/releases/tag/v${version}";
};