diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:37:41 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 22:57:53 +0900 |
| commit | e780df642ce7b3596cfd2a2c9e943e813e961a1e (patch) | |
| tree | 3b1d81b329b655f0001246b790edc886920e9f14 /gnu/packages/version-control.scm | |
| parent | a9aa0900602ee59399be773d4bf6c45e34a8ca91 (diff) | |
gnu: git-spice: Use git-minimal/pinned.
* gnu/packages/version-control.scm (git-spice)[native-inputs]:
Replace git-minimal with git-minimal/pinned.
Merges: https://codeberg.org/guix/guix/pulls/6741
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 3e086cf7c14..66b5f4fb29a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -1224,7 +1224,7 @@ the date of the most recent commit that modified them | |||
| 1224 | (string-append zsh-completions-dir "/_gs") | 1224 | (string-append zsh-completions-dir "/_gs") |
| 1225 | (lambda _ (invoke gs "shell" "completion" "zsh"))))))))) | 1225 | (lambda _ (invoke gs "shell" "completion" "zsh"))))))))) |
| 1226 | (native-inputs | 1226 | (native-inputs |
| 1227 | (list git-minimal ; for tests in testdata/scripts | 1227 | (list git-minimal/pinned ; for tests in testdata/scripts |
| 1228 | go-github-com-alecthomas-kong | 1228 | go-github-com-alecthomas-kong |
| 1229 | go-github-com-buildkite-shellwords | 1229 | go-github-com-buildkite-shellwords |
| 1230 | go-github-com-charmbracelet-bubbles | 1230 | go-github-com-charmbracelet-bubbles |
