mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libmkv: add description & longDescription
This commit is contained in:
parent
b86a583592
commit
9ea4552bab
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = "sh bootstrap.sh";
|
||||
|
||||
meta = {
|
||||
description = "Abandoned library. Alternative lightweight Matroska muxer written for HandBrake";
|
||||
longDescription = ''
|
||||
Library was meant to be an alternative to the official libmatroska library.
|
||||
It is written in plain C, and intended to be very portable.
|
||||
'';
|
||||
homepage = https://github.com/saintdev/libmkv;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.wmertens ];
|
||||
|
Loading…
Reference in New Issue
Block a user