summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/owncloud-client/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/owncloud-client/default.nix b/pkgs/applications/networking/owncloud-client/default.nix
index 6e7755c7bf43..d01e306284fc 100644
--- a/pkgs/applications/networking/owncloud-client/default.nix
+++ b/pkgs/applications/networking/owncloud-client/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     description = "Synchronise your ownCloud with your computer using this desktop client";
     homepage = https://owncloud.org;
     maintainers = with stdenv.lib.maintainers; [ qknight ];
+    meta.platforms = ["x86_64-linux" "i686-linux" "i686-darwin" "x86_64-darwin"];
   };
 }