diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 09:47:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-04 09:51:28 +0100 |
| commit | dd0d515bddf60e9fb6af7b0ad4e7f4ed3df39b84 (patch) | |
| tree | e2ed694f8e9084468d42c297e87327fffe12e407 | |
| parent | 80cb493b9e61351b9d3a1ef3b56da629223910ac (diff) | |
gnu: tarsplitter: Add a maintenance note.
Closes gnu/gnu#1734.
* gnu/packages/compression.scm (tarsplitter): Add a maintenance note
explaining the status of the package and action plan for the next
refresh cycle.
Change-Id: I3ef015c9f335247577c9c9d5835b369a079f86c9
| -rw-r--r-- | gnu/packages/compression.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 503fa18a55..1e8ed923bd 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2793,6 +2793,8 @@ RAR, RPM, DEB, tar, and ZIP. It cannot perform functions for archives, whose archiver is not installed.") (license license:gpl2+))) +;; XXX: This software is abandoned since 2018. It may be removed as soon as +;; the build breaks; see also the discussion at #1734. (define-public tarsplitter (package (name "tarsplitter") |
