most: add random meta.platforms

svn path=/nixpkgs/trunk/; revision=31322
This commit is contained in:
Yury G. Kudryashov 2012-01-05 23:15:41 +00:00
parent fcaa6a1abe
commit 5925d6d9a7

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation {
'';
homepage = http://www.jedsoft.org/most/index.html;
license = "GPLv2";
platforms = stdenv.lib.platforms.gnu; # random choice
};
}