forked from mirrors/nixpkgs
docbook2x: Add platforms so that it builds on hydra
This commit is contained in:
parent
c3f730d185
commit
c063a8d9a5
|
@ -46,13 +46,14 @@ stdenv.mkDerivation rec {
|
|||
"${gnused}/bin"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
longDescription = ''
|
||||
docbook2X is a software package that converts DocBook documents
|
||||
into the traditional Unix man page format and the GNU Texinfo
|
||||
format.
|
||||
'';
|
||||
license = stdenv.lib.licenses.mit;
|
||||
license = licenses.mit;
|
||||
homepage = http://docbook2x.sourceforge.net/;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue