vlc: specify meta.platforms

This commit is contained in:
Domen Kožar 2013-12-08 19:19:11 +01:00
parent 32cd0be64c
commit c1df906704
2 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,9 @@ stdenv.mkDerivation rec {
${freefont_ttf}/share/fonts/truetype/FreeSerifBold.ttf
'';
meta = {
meta = with stdenv.lib; {
description = "Cross-platform media player and streaming server";
homepage = http://www.videolan.org/vlc/;
platforms = platforms.linux;
};
}

View File

@ -309,7 +309,6 @@ let
vim = linux;
vimHugeX = linux;
VisualBoyAdvance = linux;
vlc = linux;
vncrec = linux;
vorbisTools = linux;
vpnc = linux;