diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-31 10:18:28 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-31 11:00:17 +0900 |
| commit | 6d3147bcb7153c2b4ad6db356fd443f02fd847da (patch) | |
| tree | 5a87e25a5dcf2d5b97a3dfd966edec2da2f80d95 /gnu/packages/rust-apps.scm | |
| parent | a421c1ddff48e6bf7dce4ddd2b152861b86a1f17 (diff) | |
gnu: Remove libgit2-1.9/pinned.
libgit2-1.9 has over 600 dependents and needs to be updated
in a topic branch now, no different from a pinned variant.
* gnu/packages/version-control.scm (libgit2-1.9/pinned):
Delete variable.
* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]:
Replace libgit2-1.9/pinned with libgit2-1.9.
* gnu/packages/video.scm (rav1e)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -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 7a188083f82..1a2a412457b 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4253,7 +4253,7 @@ background agent taking care of maintaining the necessary state.") | |||
| 4253 | (list pkg-config)) | 4253 | (list pkg-config)) |
| 4254 | (inputs | 4254 | (inputs |
| 4255 | (cons* curl | 4255 | (cons* curl |
| 4256 | libgit2-1.9/pinned | 4256 | libgit2-1.9 |
| 4257 | libssh2 | 4257 | libssh2 |
| 4258 | openssl | 4258 | openssl |
| 4259 | sqlite | 4259 | sqlite |
