Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+9 -9
+1 -1
pkgs/development/skaware-packages/build-skaware-man-pages.nix
··· 32 32 inherit pname version src; 33 33 34 34 makeFlags = [ 35 - "MANPATH=${manDir}" 35 + "MAN_DIR=${manDir}" 36 36 ]; 37 37 38 38 dontBuild = true;
+2 -2
pkgs/development/skaware-packages/execline-man-pages/default.nix
··· 2 2 3 3 buildManPages { 4 4 pname = "execline-man-pages"; 5 - version = "2.9.0.0.1"; 6 - sha256 = "sha256-hT0YsuYJ3XSMYwtlwDR8PGlD8ng8XPky93rCprruHu8="; 5 + version = "2.9.3.0.5"; 6 + sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d"; 7 7 description = "Port of the documentation for the execline suite to mdoc"; 8 8 maintainers = [ lib.maintainers.sternenseemann ]; 9 9 }
+2 -2
pkgs/development/skaware-packages/s6-man-pages/default.nix
··· 2 2 3 3 buildManPages { 4 4 pname = "s6-man-pages"; 5 - version = "2.11.2.0.1"; 6 - sha256 = "LHpQgM+uMDdGYfdaMlhP1bA7Y4UgydUJaDJr7fZlq5Y="; 5 + version = "2.11.3.2.4"; 6 + sha256 = "02dmccmcwssv8bkzs3dlbnwl6kkp1crlbnlv5ljbrgm26klw9rc7"; 7 7 description = "Port of the documentation for the s6 supervision suite to mdoc"; 8 8 maintainers = [ lib.maintainers.sternenseemann ]; 9 9 }
+2 -2
pkgs/development/skaware-packages/s6-networking-man-pages/default.nix
··· 2 2 3 3 buildManPages { 4 4 pname = "s6-networking-man-pages"; 5 - version = "2.5.1.2.1"; 6 - sha256 = "ffTfHqINi0vXGVHbk926U48fxZInrn4AMlSqODOWevo="; 5 + version = "2.5.1.3.3"; 6 + sha256 = "02ba5jyfpbib402mfl42pbbdxyjy2vhpiz1b2qdg4ax58yr4jzqk"; 7 7 description = "Port of the documentation for the s6-networking suite to mdoc"; 8 8 maintainers = [ lib.maintainers.sternenseemann ]; 9 9 }
+2 -2
pkgs/development/skaware-packages/s6-portable-utils-man-pages/default.nix
··· 2 2 3 3 buildManPages { 4 4 pname = "s6-portable-utils-man-pages"; 5 - version = "2.2.5.1.1"; 6 - sha256 = "5up4IfsoHJGYwnDJVnnPWU9sSWS6qq+/6ICtHYjI6pg="; 5 + version = "2.3.0.2.2"; 6 + sha256 = "0zbxr6jqrx53z1gzfr31nm78wjfmyjvjx7216l527nxl9zn8nnv1"; 7 7 description = "Port of the documentation for the s6-portable-utils suite to mdoc"; 8 8 maintainers = [ lib.maintainers.somasis ]; 9 9 }