diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-01-12 17:17:33 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:58 +0100 |
| commit | 9933f6d4f9ef3ffed0da4d0e640a46127b2693d2 (patch) | |
| tree | d0fdcbe9116105cd69be2c696b86227c8879f9eb /gnu/packages/guile.scm | |
| parent | e940b42af30efd7f9cc45f139850a1bf58804a92 (diff) | |
gnu: Replace libgit2-1.9 with default libgit2 where possible.
* gnu/packages/guile.scm (guile-git): Replace libgit2-1.9 with libgit2
* gnu/packages/package-management.scm (nix): Replace libgit2-1.9 with libgit2
* gnu/packages/python-xyz.scm (python-pygit2-1.18): Replace libgit2-1.9 with libgit2
Change-Id: Icc77f5b4289f1805764e1b3fdd29062524c61c24
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/guile.scm')
| -rw-r--r-- | gnu/packages/guile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 1659b484062..b6446dfd032 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -939,7 +939,7 @@ type system, elevating types to first-class status.") (native-inputs (list pkg-config autoconf automake texinfo guile-3.0 guile-bytestructures)) (inputs - (list guile-3.0 libgit2-1.9)) + (list guile-3.0 libgit2)) (propagated-inputs (list guile-bytestructures)) (synopsis "Guile bindings for libgit2") |
