vlc: specify meta.platforms
This commit is contained in:
parent
32cd0be64c
commit
c1df906704
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -309,7 +309,6 @@ let
|
||||
vim = linux;
|
||||
vimHugeX = linux;
|
||||
VisualBoyAdvance = linux;
|
||||
vlc = linux;
|
||||
vncrec = linux;
|
||||
vorbisTools = linux;
|
||||
vpnc = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user