dropbox: set meta.platforms

This commit is contained in:
Thomas Tuegel 2015-09-27 11:14:14 -05:00
parent 60fc0af74a
commit f00d622e44

View file

@ -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" ];
};
}