xine-ui: add license
This commit is contained in:
@@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
LIRC_LIBS="-L ${lirc}/lib -llirc_client";
|
LIRC_LIBS="-L ${lirc}/lib -llirc_client";
|
||||||
#NIX_LDFLAGS = "-lXext -lgcc_s";
|
#NIX_LDFLAGS = "-lXext -lgcc_s";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.xine-project.org/;
|
homepage = http://www.xine-project.org/;
|
||||||
description = "Xlib-based interface to Xine, a video player";
|
description = "Xlib-based interface to Xine, a video player";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user