From d4651a7cd100f73e3ff759dd4b29803812d196ec Mon Sep 17 00:00:00 2001 From: "Miao, ZhiCheng" Date: Wed, 24 May 2023 16:39:26 +0300 Subject: [PATCH] owncloud-client: mark darwin broken --- pkgs/applications/networking/owncloud-client/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/owncloud-client/default.nix b/pkgs/applications/networking/owncloud-client/default.nix index 871853b8ca1..e3d7b28c3dc 100644 --- a/pkgs/applications/networking/owncloud-client/default.nix +++ b/pkgs/applications/networking/owncloud-client/default.nix @@ -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}"; };