Merge branch 'staging' into v/modular
Conflicts (easy): pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/development/libraries/gtk+/2.x.nix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
builder = ./builder.sh;
|
||||
|
||||
meta = {
|
||||
description = "Lout, a document layout system similar in style to LaTeX";
|
||||
description = "Document layout system similar in style to LaTeX";
|
||||
|
||||
longDescription = ''
|
||||
The Lout document formatting system is now reads a high-level
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
patchPhase = "substituteInPlace configure --replace which \"type -P\"";
|
||||
|
||||
meta = {
|
||||
description = "Rubber, a wrapper for LaTeX and friends";
|
||||
description = "Wrapper for LaTeX and friends";
|
||||
|
||||
longDescription = ''
|
||||
Rubber is a program whose purpose is to handle all tasks related
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "xmlto, a front-end to an XSL toolchain";
|
||||
description = "Front-end to an XSL toolchain";
|
||||
|
||||
longDescription = ''
|
||||
xmlto is a front-end to an XSL toolchain. It chooses an
|
||||
|
||||
Reference in New Issue
Block a user