linphone: set meta.platforms

svn path=/nixpkgs/trunk/; revision=32345
This commit is contained in:
Yury G. Kudryashov 2012-02-17 13:03:37 +00:00
parent 84c3137a96
commit 950d8f5d60

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://www.linphone.org/;
description = "Open Source video SIP softphone";
license = "GPLv2+";
platforms = stdenv.lib.platforms.gnu;
};
}