From 7a9ea00a78affc3bc5a41e24ec82829ce2bb9d74 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Wed, 17 Dec 2014 17:55:51 +0100 Subject: owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq; --- pkgs/applications/networking/owncloud-client/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking') 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"]; }; } -- cgit 1.4.1