nixpkgs/pkgs/development/tools/build-managers/cmake
Michal Sojka 498b5e578a cmake: Add man and info outputs
By default, the cmake derivation contains the documentation in .rst
format. This format is not well suited for interactive use. Therefore,
we add both man and info outputs and convert the documentation to
these formats using Sphinx.

These formats are enabled by default only in cmake versions for
interactive use (ncurses, Qt), because using Sphinx in the basic
version leads to circular dependency (infinite recursion). Namely,
Sphinx has imagemagick in its checkInputs and imagemagick has several
transitive dependencies, which have cmake in nativeBuildInputs.
2021-06-06 21:49:41 +02:00
..
2.8.nix pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
3.2.2-cygwin.patch cygwin: update patch for cmake 3.2.2 2015-06-12 12:17:12 +02:00
application-services.patch cmake: fix build on darwin 2021-01-24 08:45:10 +01:00
default.nix cmake: Add man and info outputs 2021-06-06 21:49:41 +02:00
libuv-application-services.patch cmake: 3.17.3 -> 3.18.0 2020-07-26 18:57:06 +02:00
search-path-2.8.patch cmake_2_8: fix build, restore search-path.patch 2018-08-31 01:04:44 +02:00
search-path.patch cmake: 3.17.3 -> 3.18.0 2020-07-26 18:57:06 +02:00
setup-hook.sh stdenv: set CMAKE_OSX_ARCHITECTURES appropriately 2021-03-02 17:21:07 +09:00