podofo: add licenses
This commit is contained in:
parent
78b12734ee
commit
91eea7482d
@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://podofo.sourceforge.net;
|
homepage = http://podofo.sourceforge.net;
|
||||||
description = "A library to work with the PDF file format";
|
description = "A library to work with the PDF file format";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ ];
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user