From 419b4f946f571ffdfbd62f66ac96354e3b9d18ca Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 11 Apr 2026 20:39:11 +0800 Subject: [PATCH] rosenthal: Remove conduit-bin. * modules/rosenthal/packages/binaries.scm (conduit-bin): Delete variable. --- modules/rosenthal/packages/binaries.scm | 33 ------------------------- 1 file changed, 33 deletions(-) diff --git a/modules/rosenthal/packages/binaries.scm b/modules/rosenthal/packages/binaries.scm index 13a6662..411a5f7 100644 --- a/modules/rosenthal/packages/binaries.scm +++ b/modules/rosenthal/packages/binaries.scm @@ -125,39 +125,6 @@ different needs.") (release-monitoring-url . "https://pkg.cloudflareclient.com/dists/bookworm/main/binary-amd64/Packages"))))) -(define-public conduit-bin - (package - (name "conduit-bin") - (version "0.10.9-0.29aca17") - (source (origin - (method url-fetch) - (uri "https://gitlab.com/famedly/conduit/-/jobs/11609473010/artifacts/raw/x86_64-unknown-linux-musl") - (file-name (string-append name "-" version)) - (sha256 - (base32 - "0dqgcp5x6zvvqwiqb9vfw06dkb4ra3z8szn7cplna552h9nxfwh0")))) - (build-system copy-build-system) - (arguments - (list #:install-plan - #~'((#$(format #f "~a-~a" - (package-name this-package) - (package-version this-package)) - "bin/conduit")) - #:phases - #~(modify-phases %standard-phases - (add-after 'install 'fix-permission - (lambda _ - (chmod (string-append #$output "/bin/conduit") #o555)))))) - (supported-systems '("x86_64-linux")) - (synopsis "Matrix homeserver") - (description - "Conduit aims to be an efficient Matrix homeserver that's easy to set up -and just works. You can install it on a mini-computer like the Raspberry Pi to -host Matrix for your family, friends or company.") - (home-page "https://conduit.rs/") - (license license:asl2.0) - (properties '((disable-updater? . #t))))) - (define-public tuwunel-bin (package (name "tuwunel-bin")