unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73243] [PATCH] gnu: remove boinc-server.
@ 2024-09-13 17:30 Vitalii Koshura
  2024-10-20 11:20 ` Vitalii Koshura
  0 siblings, 1 reply; 2+ messages in thread
From: Vitalii Koshura @ 2024-09-13 17:30 UTC (permalink / raw)
  To: 73243; +Cc: Vitalii Koshura, zhengjunjie

boinc-server is not supposed to be installed this (or any other) packaged way.
Also, it uses a completely different versioning scheme.
I don't see any value keeping it here, thus with this patch I suggest to remove it completely.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
---
 gnu/packages/distributed.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index b07acfd863..5430d1428f 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -83,17 +83,3 @@ (define-public boinc-client
     (home-page "https://boinc.berkeley.edu/")
     ;; BOINC is distributed as LGPL3+, with some individual modules under GPL3+.
     (license (list license:lgpl3+ license:gpl3+))))
-
-(define-public boinc-server
-  ;; XXX The server and client packages duplicate many files such as /lib.
-  ;; TODO: consolidate them?
-  (package (inherit boinc-client)
-    (name "boinc-server")
-    (arguments
-     (list
-      #:configure-flags
-      #~(list "--disable-client"
-              "--disable-manager")
-      #:parallel-build? #f))
-    (inputs (list curl `(,mariadb "dev") openssl zlib))
-    (propagated-inputs (list perl python-wrapper))))
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-20 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 17:30 [bug#73243] [PATCH] gnu: remove boinc-server Vitalii Koshura
2024-10-20 11:20 ` Vitalii Koshura

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).