mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
lsdvd: add license
This commit is contained in:
parent
e016d1eabb
commit
0bdf24f9a5
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user