summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 11:14:14 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:09:49 -0500
commitf00d622e446e91e9b8fd22cac081b98d17ab3710 (patch)
treea1b2730b6c479b1d7d36d774ffa3e6a10ede352b /pkgs/applications
parent60fc0af74ad9e4c241f27ef41e5e1a4e45c57e14 (diff)
downloadnixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar.gz
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar.bz2
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar.lz
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar.xz
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.tar.zst
nixlib-f00d622e446e91e9b8fd22cac081b98d17ab3710.zip
dropbox: set meta.platforms
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index 3b157857ff96..884b82fe072f 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -124,5 +124,6 @@ in stdenv.mkDerivation {
     homepage = "http://www.dropbox.com";
     description = "Online stored folders (daemon version)";
     maintainers = with stdenv.lib.maintainers; [ ttuegel ];
+    platforms = [ "i686-linux" "x86_64-linux" ];
   };
 }