diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2022-01-09 22:56:36 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2022-01-09 22:56:36 +1100 |
| commit | 7ada385af0b5ca1ce6ed865a7b2fc7ce603e8831 (patch) | |
| tree | 30b23b2f593cab5cf57ef3ab1cd8dd15aed8bac7 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ff377a78794d412a35245e05428c8f95fef3951f (diff) | |
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=";
};
})
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
