lsdvd: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:43:36 +02:00
parent e016d1eabb
commit 0bdf24f9a5
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -13,9 +13,10 @@ stdenv.mkDerivation {
buildInputs = [ libdvdread ];
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/lsdvd/;
description = "Display information about audio, video, and subtitle tracks on a DVD";
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
}