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