summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-17 21:43:32 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-20 15:08:27 +0100
commit3795dfb09822fb86701063da8156f8643dd5d212 (patch)
treee986a10aa7f7445ec949013d646353df33c60f1f /gnu
parentf518d515f4f2b8a12b781c86bee0058a009e954a (diff)
gnu: linuxdcpp: Deprecate package.
* gnu/packages/direct-connect.scm (linuxdcpp): Deprecate package. Change-Id: Id298e4e81d2c58d03ae4e35456b143c88a997c1f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/direct-connect.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/direct-connect.scm b/gnu/packages/direct-connect.scm
index 4898c7a0384..8c816ce714f 100644
--- a/gnu/packages/direct-connect.scm
+++ b/gnu/packages/direct-connect.scm
@@ -19,6 +19,7 @@
(define-module (gnu packages direct-connect)
#:use-module (guix build-system scons)
+ #:use-module (guix deprecation)
#:use-module (guix gexp)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
@@ -34,7 +35,12 @@
#:use-module (gnu packages tls)
#:use-module (gnu packages version-control))
-(define-public linuxdcpp
+;; TODO Remove on the next python-team iteration.
+;; Unmaintained for 14 years, tried updating it here:
+;; https://lists.sr.ht/~ngraves/devel/patches/60080
+;; but it's too hard for most likely no users.
+;; If you use this package, let python-team know or try to fix it.
+(define-deprecated/public linuxdcpp #f
(package
(name "linuxdcpp")
(version "1.1.0")