From patchwork Tue Mar 26 23:45:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis 'GNUtoo' Carikli X-Patchwork-Id: 2402 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 192A427BBEA; Tue, 26 Mar 2024 23:47:36 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7378127BBE9 for ; Tue, 26 Mar 2024 23:47:34 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rpGVW-0000XU-Eo; Tue, 26 Mar 2024 19:47:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpGVU-0000XM-B6 for guix-patches@gnu.org; Tue, 26 Mar 2024 19:47:04 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rpGVU-00022i-2E for guix-patches@gnu.org; Tue, 26 Mar 2024 19:47:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rpGVT-0000R3-DX for guix-patches@gnu.org; Tue, 26 Mar 2024 19:47:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70022] [PATCH 0/2] Binary Installation: Add more distros. Resent-From: Denis 'GNUtoo' Carikli Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 26 Mar 2024 23:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 70022 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70022@debbugs.gnu.org Cc: Denis 'GNUtoo' Carikli X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17114967721511 (code B ref -1); Tue, 26 Mar 2024 23:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Mar 2024 23:46:12 +0000 Received: from localhost ([127.0.0.1]:35430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGUd-0000OJ-PV for submit@debbugs.gnu.org; Tue, 26 Mar 2024 19:46:12 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpGUY-0000NU-KC for submit@debbugs.gnu.org; Tue, 26 Mar 2024 19:46:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpGUT-0000PV-5P for guix-patches@gnu.org; Tue, 26 Mar 2024 19:46:01 -0400 Received: from cyberdimension.org ([80.67.179.20] helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpGUQ-0001te-JN for guix-patches@gnu.org; Tue, 26 Mar 2024 19:46:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=dkim; bh=JhD3CDKYkfcc6La 620z7Iz1dy59DDXmhdpwZBXLImas=; h=date:subject:cc:to:from; d=cyberdimension.org; b=pEJmKgimR3I+xiaur6zTZ1LSz00kiooPyKllzkgYUWWmHq WkTFFNUjydnSxTSmkLiLuZEFWldq5vqffzqZp1jTeJ5PTcNbDzBGAxBBH6kJEivLboGWgn brlgPo8Hb1sZQLNmtJBCm0t+dRX2/PDetszqHUg9BTc1992VbH8xX2M1+yiKaTzHp4fOpH za7RzqkT4+Hd/cA8yaMf6JKWlbovbazVJKa1x5Y9zNs0BZRJenUhnh4Th7IuVdXFLJIdag KkW2YXBVrLfJSx7jq7xH4/qZCJvmohOvK5nXCXb+elgYioFB1HRXhxd9nDjSdJ5W2OvWVw nfZSOvlRPlRd3pvQ== Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 3df73485; Tue, 26 Mar 2024 23:45:54 +0000 (UTC) From: Denis 'GNUtoo' Carikli Date: Wed, 27 Mar 2024 00:45:39 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Received-SPF: pass client-ip=80.67.179.20; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Hi, this patchset documents the status of Guix packages in Trisquel and Parabola that I also both use. For Trisquel the guix package probably comes from some upstram distribution. For Parabola, the package comes from AUR, the Arch Linux User repository, which is a community repository for Arch Linux where anyone can contribute/maintain packages. I added that package in Parabola, and the guix-installer packages was made from scratch by me. As for the list of distributions that have Guix packages, we can find more at https://repology.org/project/guix/versions but unfortunately I'm not familiar enough with the other ones (like Nix/NixOS, Alpine, etc) yet to confidently add instructions to install the guix package. More distros having guix packages can be found at: Denis 'GNUtoo' Carikli (2): doc: Binary Installation: mention Trisquel package. doc: Binary Installation: add Parabola packages. doc/guix.texi | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) base-commit: c3f15443bc6d457758aad1326dcc6dcad9cf8d6e