skawarePackages.*-man-pages: updates including build system changes
execline-man-pages: 2.9.0.0.1 -> 2.9.3.0.5 s6-man-pages: 2.11.2.0.1 -> 2.11.3.2.4 s6-networking-man-pages: 2.5.1.2.1 -> 2.5.1.3.3 s6-portable-utils-man-pages: 2.2.5.1.1 -> 2.3.0.2.2
This commit is contained in:
parent
09465e0cd9
commit
86388ba688
5 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
inherit pname version src;
|
||||
|
||||
makeFlags = [
|
||||
"MANPATH=${manDir}"
|
||||
"MAN_DIR=${manDir}"
|
||||
];
|
||||
|
||||
dontBuild = true;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
buildManPages {
|
||||
pname = "execline-man-pages";
|
||||
version = "2.9.0.0.1";
|
||||
sha256 = "sha256-hT0YsuYJ3XSMYwtlwDR8PGlD8ng8XPky93rCprruHu8=";
|
||||
version = "2.9.3.0.5";
|
||||
sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d";
|
||||
description = "Port of the documentation for the execline suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
buildManPages {
|
||||
pname = "s6-man-pages";
|
||||
version = "2.11.2.0.1";
|
||||
sha256 = "LHpQgM+uMDdGYfdaMlhP1bA7Y4UgydUJaDJr7fZlq5Y=";
|
||||
version = "2.11.3.2.4";
|
||||
sha256 = "02dmccmcwssv8bkzs3dlbnwl6kkp1crlbnlv5ljbrgm26klw9rc7";
|
||||
description = "Port of the documentation for the s6 supervision suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
buildManPages {
|
||||
pname = "s6-networking-man-pages";
|
||||
version = "2.5.1.2.1";
|
||||
sha256 = "ffTfHqINi0vXGVHbk926U48fxZInrn4AMlSqODOWevo=";
|
||||
version = "2.5.1.3.3";
|
||||
sha256 = "02ba5jyfpbib402mfl42pbbdxyjy2vhpiz1b2qdg4ax58yr4jzqk";
|
||||
description = "Port of the documentation for the s6-networking suite to mdoc";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
buildManPages {
|
||||
pname = "s6-portable-utils-man-pages";
|
||||
version = "2.2.5.1.1";
|
||||
sha256 = "5up4IfsoHJGYwnDJVnnPWU9sSWS6qq+/6ICtHYjI6pg=";
|
||||
version = "2.3.0.2.2";
|
||||
sha256 = "0zbxr6jqrx53z1gzfr31nm78wjfmyjvjx7216l527nxl9zn8nnv1";
|
||||
description = "Port of the documentation for the s6-portable-utils suite to mdoc";
|
||||
maintainers = [ lib.maintainers.somasis ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue