xine-lib: add licenses
This commit is contained in:
parent
9aa4a78b96
commit
f59a790458
@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.xine-project.org/;
|
||||
description = "A high-performance, portable and reusable multimedia playback engine";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2 lgpl2 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user