guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f18d4028d23a47831c93638ad7d301e707b99402
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Nov 18 17:41:00 2025 +0100
gnu: Remove libpsyc.
* gnu/packages/messaging.scm (libpsyc): Delete variable.
Fixes: guix/guix#3643
Change-Id: I0d37421ac36c36810e75936c229b7a9c293c00bb
---
gnu/packages/messaging.scm | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fded598956..b5ec782e5e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1934,40 +1934,6 @@ for @uref{https://torproject.org,tor} router) and many
more.")
;; bin/psycplay states AGPL with no version:
license:agpl3+))))
-(define-public libpsyc
- (package
- (name "libpsyc")
- (version "20160913")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://www.psyced.org/files/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "14q89fxap05ajkfn20rnhc6b1h4i3i2adyr7y6hs5zqwb2lcmc1p"))))
- (build-system gnu-build-system)
- (native-inputs
- (list perl netcat procps))
- (arguments
- `(#:make-flags
- (list "CC=gcc"
- (string-append "PREFIX=" (assoc-ref %outputs "out")))
- #:phases
- (modify-phases %standard-phases
- ;; The rust bindings are the only ones in use, the lpc bindings
- ;; are in psyclpc. The other bindings are not used by anything,
- ;; the chances are high that the bindings do not even work,
- ;; therefore we do not include them.
- ;; TODO: Get a cargo build system in Guix.
- (delete 'configure)))) ; no configure script
- (home-page "https://about.psyc.eu/libpsyc")
- (description
- "@code{libpsyc} is a PSYC library in C which implements
-core aspects of PSYC, useful for all kinds of clients and servers
-including psyced.")
- (synopsis "PSYC library in C")
- (license license:agpl3+)))
-
(define-public loudmouth
(package
(name "loudmouth")