pdf2xml: add description + license
This commit is contained in:
parent
59275c790e
commit
e075f94f47
@ -32,7 +32,9 @@ stdenv.mkDerivation {
|
||||
cp exe/* $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "PDF to XML converter";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user