diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-12-01 09:50:49 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-05 14:54:38 +0100 |
| commit | 329b2dca076c7df4f3e53bfd29e5d486c8f12bd9 (patch) | |
| tree | f50b3a3120954baca626e682258cdfba30ce5107 /gnu/packages/version-control.scm | |
| parent | 7fd60bfc0b088ee7d66e3b5676695a04d2ee01d9 (diff) | |
gnu: git: Define ‘PATH_MAX’ on GNU/Hurd.
Fixes a regression introduced in 04e9e4a4623391bb225dcc0dd3003a0d3300f16d.
* gnu/packages/patches/git-clar-path-max.patch: New file.
* gnu/packages/version-control.scm (git-minimal): Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Change-Id: I7b1eb519952674cf66b745bd0a71bbe3395d3bdc
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 29ea1e681cb..122d3baee1a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -320,7 +320,8 @@ Python 3.3 and later, rather than on Python 2.") version ".tar.xz")) (sha256 (base32 - "1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w")))) + "1ifpkrr64g8b0vv13155gz876s2f4vcqrvhgc75lkab9dzlgxn1w")) + (patches (search-patches "git-clar-path-max.patch")))) (build-system gnu-build-system) (arguments (list |
