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"
|
"${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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue