diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:38:50 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 22:59:19 +0900 |
| commit | 2bdec2e36f486c1dc290743a9b8c5c3d83169133 (patch) | |
| tree | 97863467973a8f1b8dec92d9c9227053ddbe277a /gnu/packages/version-control.scm | |
| parent | 647b332ee747b9b29e971850b91763db89272d6f (diff) | |
gnu: ghq: Use git-minimal/pinned.
* gnu/packages/version-control.scm (ghq)[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 f73eed9af2a..9239445122e 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -4648,7 +4648,7 @@ If several repos are related, it helps to see their status together.") | |||
| 4648 | (copy-file "misc/zsh/_ghq" | 4648 | (copy-file "misc/zsh/_ghq" |
| 4649 | (string-append zsh-completion "/_ghq"))))))))) | 4649 | (string-append zsh-completion "/_ghq"))))))))) |
| 4650 | (native-inputs | 4650 | (native-inputs |
| 4651 | (list git-minimal)) | 4651 | (list git-minimal/pinned)) |
| 4652 | (inputs | 4652 | (inputs |
| 4653 | (list go-github-com-mattn-go-isatty | 4653 | (list go-github-com-mattn-go-isatty |
| 4654 | go-github-com-motemen-go-colorine | 4654 | go-github-com-motemen-go-colorine |
