pdf2xml: add description + license

wip/yesman
Markus Kowalewski 4 years ago
parent 59275c790e
commit e075f94f47
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 6
      pkgs/development/libraries/pdf2xml/default.nix

@ -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…
Cancel
Save