1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: python-gitpython: Switch to ‘git-minimal/pinned’.

This will allow updating ‘git-minimal’ and ‘git’ without triggering a
rebuild of ‘python-gitpython’ and its 3.5K dependents.

* gnu/packages/version-control.scm (python-gitpython): Depend on
‘git-minimal/pinned’ instead of ‘git’.

Change-Id: I7f635270eb915919a40ceb8f0ed2031a8749c75c
This commit is contained in:
Ludovic Courtès
2024-12-15 17:53:22 +01:00
parent 43c16ce7fa
commit 549e0f2fa7
+1 -1
View File
@@ -1658,7 +1658,7 @@ allowing to handle large objects with a small memory footprint.")
(search-input-file inputs "/bin/git")
"\""))))))))
(inputs
(list git))
(list git-minimal/pinned))
(propagated-inputs
(list python-gitdb python-typing-extensions))
(native-inputs