Skip to content

Commit

Permalink
owncloud-client: mark darwin broken
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed May 24, 2023
1 parent 4645ea3 commit d4651a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/networking/owncloud-client/default.nix
Expand Up @@ -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}";
};
Expand Down

0 comments on commit d4651a7

Please sign in to comment.