Merge pull request #233823 from hellwolf/owncloud-fix-darwin

owncloud-client: mark darwin broken
This commit is contained in:
Weijia Wang 2023-05-25 15:39:01 +03:00 committed by GitHub
commit 80a192a004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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