3
0
Fork 0
forked from mirrors/nixpkgs

docbook2x: Add platforms so that it builds on hydra

This commit is contained in:
William A. Kennington III 2014-08-23 16:15:51 -07:00 committed by Domen Kožar
parent c3f730d185
commit c063a8d9a5

View file

@ -46,13 +46,14 @@ stdenv.mkDerivation rec {
"${gnused}/bin" "${gnused}/bin"
''; '';
meta = { meta = with stdenv.lib; {
longDescription = '' longDescription = ''
docbook2X is a software package that converts DocBook documents docbook2X is a software package that converts DocBook documents
into the traditional Unix man page format and the GNU Texinfo into the traditional Unix man page format and the GNU Texinfo
format. format.
''; '';
license = stdenv.lib.licenses.mit; license = licenses.mit;
homepage = http://docbook2x.sourceforge.net/; homepage = http://docbook2x.sourceforge.net/;
platforms = platforms.all;
}; };
} }