summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorTim Black <tim@timblack.net>2025-05-27 15:25:19 -0700
committerTim Black <tim@timblack.net>2025-05-28 16:47:34 -0700
commit124703168968a104a61291ef0de35fa05e1813f6 (patch)
tree6387825d5a2e7ce21b4eb6a48e3b72a26a417af5 /pkgs/development/python-modules/rangehttpserver
parentfdf56ea5220336cd4d96d45528c5b26effae266f (diff)
pkgs/build-support/fetchgit: add fetchTags parameter
Added fetchTags feature to fetchgit, explicit and clear support for fetching all tags after the source tree fetch completes. Doing this at build-time in the fetcher is required for packages that invoke commands like 'git describe' which require tags, and since the nix store is read-only by design, it is not possible to git fetch --tags at activation- or run-time. This feature may have been possible by specifying a postFetch option including calling git fetch --tags, however doing so obfuscates the solution to this very real problem. Explicit support for fetching tags should be a first class citizen just like fetching other refs.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions