diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:44:33 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 23:04:39 +0900 |
| commit | d394a93d63165b7202477f88ff3a59bf55c9a623 (patch) | |
| tree | 7f77d7f964ca3cad189dbcf7be9681a443f5103a | |
| parent | c8bb218e766d5434b1c95c65d7bf69673336c35f (diff) | |
gnu: lsd: Use git-minimal/pinned.
* gnu/packages/rust-apps.scm (lsd)[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>
| -rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index e308a87d579..bc201e29a64 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -2381,7 +2381,7 @@ more.") | |||
| 2381 | args)))))) | 2381 | args)))))) |
| 2382 | (native-inputs (list pkg-config | 2382 | (native-inputs (list pkg-config |
| 2383 | ;; for tests | 2383 | ;; for tests |
| 2384 | git-minimal)) | 2384 | git-minimal/pinned)) |
| 2385 | (inputs (cons* libgit2-1.9 zlib (cargo-inputs 'lsd))) | 2385 | (inputs (cons* libgit2-1.9 zlib (cargo-inputs 'lsd))) |
| 2386 | (home-page "https://github.com/lsd-rs/lsd") | 2386 | (home-page "https://github.com/lsd-rs/lsd") |
| 2387 | (synopsis "Mostly ls compatible command with pretty colors") | 2387 | (synopsis "Mostly ls compatible command with pretty colors") |
