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
|
${freefont_ttf}/share/fonts/truetype/FreeSerifBold.ttf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Cross-platform media player and streaming server";
|
description = "Cross-platform media player and streaming server";
|
||||||
homepage = http://www.videolan.org/vlc/;
|
homepage = http://www.videolan.org/vlc/;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -309,7 +309,6 @@ let
|
|||||||
vim = linux;
|
vim = linux;
|
||||||
vimHugeX = linux;
|
vimHugeX = linux;
|
||||||
VisualBoyAdvance = linux;
|
VisualBoyAdvance = linux;
|
||||||
vlc = linux;
|
|
||||||
vncrec = linux;
|
vncrec = linux;
|
||||||
vorbisTools = linux;
|
vorbisTools = linux;
|
||||||
vpnc = linux;
|
vpnc = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user