owncloud-client: mark darwin broken

This commit is contained in:
Miao, ZhiCheng 2023-05-24 16:39:26 +03:00
parent 4645ea3569
commit d4651a7cd1
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -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}";
};