summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2026-02-27 15:42:56 +0000
committerNguyễn Gia Phong <cnx@loang.net>2026-06-15 23:03:25 +0900
commit062697db82b30a8f65801992e82cde549b9096bc (patch)
tree3e1b243e2076fa49353887a68442aa89e6608793 /gnu/packages/shellutils.scm
parentd30f4f05f6ac0a1c80c460fa9cdeb25d8ce84967 (diff)
gnu: starship: Use git-minimal/pinned.
* gnu/packages/shellutils.scm (starship)[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/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 2040cc894e4..9cbd8682357 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -570,7 +570,7 @@ POSIX Shell}, @url{https://www.gnu.org/software/bash/, Bash}, and
570 (if (%current-target-system) 570 (if (%current-target-system)
571 (list this-package) 571 (list this-package)
572 '()) 572 '())
573 (list git-minimal))) 573 (list git-minimal/pinned)))
574 (home-page "https://starship.rs") 574 (home-page "https://starship.rs")
575 (synopsis "Fast and customizable shell prompt") 575 (synopsis "Fast and customizable shell prompt")
576 (description 576 (description