summary refs log tree commit diff
path: root/pkgs/data/documentation
Commit message (Collapse)AuthorAge
* zeal: 0.3.1 -> 0.4.0Peter Hoeg2017-09-04
| | | | Also switch to cmake and remove the ads that are now otherwise being loaded.
* Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ | | | | Update homepage attributes: http -> https
| * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | Merge commit '4c49205' into HEADFrederik Rietdijk2017-08-13
|\ \
| * | replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| |/ | | | | | | | | | | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* / man-pages: 4.11 -> 4.12Joachim Fasting2017-08-13
|/
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* man-pages: 4.09 -> 4.11Eelco Dolstra2017-05-04
|
* rXrs: mark as broken (X ∈ {3, 4, 5})Robin Gloster2017-03-30
|
* man-pages: 4.08 -> 4.09Vladimír Čunát2017-01-12
| | | | Includes about a dozen new pages.
* man-pages: fix conflict with shadow-utilsJörg Thalheim2016-12-15
|
* man-pages: 4.07 -> 4.08Eelco Dolstra2016-11-08
|
* zeal: 0.3.0 -> 0.3.1Danny Arnold2016-10-20
|
* Merge pull request #19282 from peterhoeg/zealJoachim F2016-10-07
|\ | | | | zeal: 0.2.1 -> 0.3.0
| * zeal: 0.2.1 -> 0.3.0Peter Hoeg2016-10-06
| | | | | | | | | | | | | | | | This new version fixes #8008 which despite the issue being closed was still a problem. We now compile it with the default qt5 which as of today is 5.6.1 instead of forcing 5.5.
* | Merge branch 'staging'Thomas Tuegel2016-10-06
|\ \
| * \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2016-09-29
| |\ \
| * | | outputDocdev -> outputDevdocEelco Dolstra2016-09-20
| | |/ | |/| | | | | | | For consistency with the devdoc output.
* | | stdman: enable build for darwinPeriklis Tsirakidis2016-10-06
| |/ |/|
* | man-pages: include man3 in $outBenno Fünfstück2016-09-29
|/ | | | | | The previous patch to this file removed the docdev output, but did not actually provide the files that were in the docdev output in out. This patch fixes the issue.
* mustache: init mustache-spec at 1.0.2Profpatsch2016-09-07
| | | | | Add a description of the mustache template system, as manpages and html docs.
* man-pages: Don't have a separate docdev outputEelco Dolstra2016-09-01
| | | | | | | | | | | | I got: $ nix-env -f . -iA manpages $ man mmap No manual entry for mmap which is suboptimal for a package that "documents the Linux kernel and C library interfaces that are employed by user-space programs" (https://www.kernel.org/doc/man-pages/).
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* man-pages: 4.06 -> 4.07mimadrid2016-07-21
|
* Merge pull request #16187 from Profpatsch/bgnetzimbatm2016-06-12
|\ | | | | bgnet: init at 3.0.21
| * bgnet: init at 3.0.21Profpatsch2016-06-12
| |
* | man-pages: 4.05 -> 4.06Tobias Geerinckx-Rice2016-05-12
| |
* | zeal: move to qmakeHookNikolay Amiantov2016-04-20
| | | | | | | | This reverts commit 9cfc8d94bb22000d1b648066c3d8b580f27d1271.
* | zeal: Fix running of {pre,post}Configureaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of zeal override the whole configurePhase, so this hook isn't run at all. This fixes the build of zeal and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ \ | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * | man-pages: 4.04 -> 4.05Tobias Geerinckx-Rice2016-03-16
| |/
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | | | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* | man-only packages: fixup after stdenv changesVladimír Čunát2016-01-28
|/ | | | | | Thanks to @avnik for notification. The stdenv now auto-removes developer-only documentation unless explicitly indicated, which wasn't a good fit for these packages.
* zeal: 0.1.1 -> 0.2.1Brian McKenna2016-01-13
|
* man-pages: 4.03 -> 4.04Tobias Geerinckx-Rice2016-01-01
|
* zeal: Qt 5 infrastructure updateThomas Tuegel2015-12-20
|
* man-pages-posix: correct `meta.homepage`Tobias Geerinckx-Rice2015-12-06
|
* man-pages 4.02 -> 4.03Tobias Geerinckx-Rice2015-12-06
|
* pthread-man-pages: RemoveEelco Dolstra2015-12-04
| | | | | | | As far as I can tell, the man-pages package provides documentation for every function provided by pthread-man-pages except pthread_mutexattr_setkind_np, which no longer appears in the Glibc headers. So let's ditch it.
* Convert some *Flags from strings to listsTobias Geerinckx-Rice2015-11-26
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* man-pages: 4.01 -> 4.02Tobias Geerinckx-Rice2015-08-11
|
* man-pages: 4.00 -> 4.01Tobias Geerinckx-Rice2015-07-25
|
* Merge pull request #8009 from dnhgff/zeal-doc-xlibslethalman2015-06-01
|\ | | | | zeal: add xcb-util-keysyms to buildInputs
| * zeal: add xcb-util-keysyms to buildInputsdnhgff2015-05-26
| |
* | Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
|/ | | | And don't use square brackets on such lines.
* zeal: update to 0.1.1 (close #7858)Sven Keidel2015-05-18
|
* man-pages 3.83 -> 4.00Tobias Geerinckx-Rice2015-05-10
|