mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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 a new issue