mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
stdman: d860212 -> 2017.04.02
This commit is contained in:
parent
aeff3080d0
commit
b1fa601f17
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "stdman-${version}";
|
name = "stdman-${version}";
|
||||||
version = "d860212";
|
version = "2017.04.02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jeaye";
|
owner = "jeaye";
|
||||||
repo = "stdman";
|
repo = "stdman";
|
||||||
rev = "d860212767ca60472e33aa3bad22a3eac834b1f8";
|
rev = "${version}";
|
||||||
sha256 = "09c5gjhcz97ghfrv9zkgfb1wckvmqnhbzga0xidbm1ir7640di8l";
|
sha256 = "1wfxd9ca8b9l976rnlhjd0sp364skfm99wxi633swwwjvhy26sgm";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputDevdoc = "out";
|
outputDevdoc = "out";
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ curl ];
|
buildInputs = [ curl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Formatted C++11/14 stdlib man pages (cppreference)";
|
description = "Formatted C++17 stdlib man pages (cppreference)";
|
||||||
longDescription = "stdman is a tool that parses archived HTML
|
longDescription = "stdman is a tool that parses archived HTML
|
||||||
files from cppreference and generates groff-formatted manual
|
files from cppreference and generates groff-formatted manual
|
||||||
pages for Unix-based systems. The goal is to provide excellent
|
pages for Unix-based systems. The goal is to provide excellent
|
||||||
|
|
Loading…
Reference in a new issue