nixpkgs/pkgs
Michael Hoang 7ada385af0 zsh: Support building from Git checkouts
A pregenerated `./configure` script is included with `zsh` release
tarballs which makes it so that `zsh` won't build Git checkouts without
`autoreconfHook`.

There are also other files that were pregenerated and included in
releases so a few other tools are necessary to successfully build `zsh`.
We can also build the docs ourselves instead of using the `docs`
tarball.

This means that users can now easily override the `zsh` derivation:

    pkgs.zsh.overrideAttrs (old: {
      src = fetchgit {
        url = "https://git.code.sf.net/p/zsh/code.git";
        rev = "zsh-5.8";
        sha256 = "sha256-Gou2UgafLHnZnG2X8DulidOTO1idTQpnZ3DicZuhCZc=";
      };
    })
2022-01-09 22:56:36 +11:00
..
applications Merge pull request #153638 from sikmir/lagrange 2022-01-07 12:07:37 +08:00
build-support Merge pull request #148606 from McSinyx/fetch-srht-recurse 2022-01-06 22:55:23 +01:00
common-updater
data treewide: replace http://web.archive.org with https://web.archive.org 2022-01-07 09:58:36 +07:00
desktops
development Merge pull request #153715 from 06kellyjac/deno 2022-01-07 12:01:48 +08:00
games treewide: replace http://web.archive.org with https://web.archive.org 2022-01-07 09:58:36 +07:00
misc Merge pull request #153731 from datafoo/vscode-extensions.apollographql.vscode-apollo 2022-01-07 10:59:32 +08:00
os-specific
pkgs-lib
servers Merge pull request #153746 from siraben/https-urls 2022-01-07 09:59:16 +07:00
shells zsh: Support building from Git checkouts 2022-01-09 22:56:36 +11:00
stdenv
test
tools Merge pull request #153746 from siraben/https-urls 2022-01-07 09:59:16 +07:00
top-level Merge pull request #153746 from siraben/https-urls 2022-01-07 09:59:16 +07:00