xine-ui: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 15:28:10 +02:00
parent 2be3ed4062
commit 6e6e41b56e
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
LIRC_LIBS="-L ${lirc}/lib -llirc_client";
#NIX_LDFLAGS = "-lXext -lgcc_s";
meta = {
meta = with stdenv.lib; {
homepage = http://www.xine-project.org/;
description = "Xlib-based interface to Xine, a video player";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2;
};
}