all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package.
       [not found] <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de>
@ 2024-06-06  9:44 ` Florian Pelz
  2024-06-06 18:19   ` Maxim Cournoyer
  2024-06-06  9:44 ` [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages Florian Pelz
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Pelz @ 2024-06-06  9:44 UTC (permalink / raw)
  To: 70022
  Cc: Florian Pelz, Denis 'GNUtoo' Carikli,
	Denis 'GNUtoo' Carikli, pelzflorian, Florian Pelz,
	Maxim Cournoyer, Ludovic Courtès, Matthew Trzcinski

From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* doc/guix.texi (Binary Installation): Also mention Trisquel package.

Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2c83848f8b..6a99994a65 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -128,6 +128,7 @@
 Copyright @copyright{} 2024 Matthew Trzcinski@*
 Copyright @copyright{} 2024 Richard Sent@*
 Copyright @copyright{} 2024 Dariqq@*
+Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -748,7 +749,7 @@ Binary Installation
 foreign distribution, to also regularly read and follow security
 notices, as shown by @command{guix pull}.
 
-For Debian or a derivative such as Ubuntu, call:
+For Debian or derivatives such as Ubuntu or Trisquel, call:
 
 @example
 sudo apt install guix
-- 
2.45.1





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

* [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages.
       [not found] <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de>
  2024-06-06  9:44 ` [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
@ 2024-06-06  9:44 ` Florian Pelz
  2024-06-06 18:20   ` Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Pelz @ 2024-06-06  9:44 UTC (permalink / raw)
  To: 70022
  Cc: Florian Pelz, Denis 'GNUtoo' Carikli,
	Denis 'GNUtoo' Carikli, pelzflorian, Florian Pelz,
	Maxim Cournoyer, Ludovic Courtès, Matthew Trzcinski

From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* doc/guix.texi (Binary Installation): Add Parabola packages.

Co-authored by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 doc/guix.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6a99994a65..769ca1399f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -761,6 +761,12 @@ Binary Installation
 sudo zypper install guix
 @end example
 
+If you are running Parabola, after enabling the pcr (Parabola
+Community Repo) repository, you can install Guix with:
+@example
+sudo pacman -S guix
+@end example
+
 The Guix project also provides a shell script, @file{guix-install.sh},
 which automates the binary installation process without use of a foreign
 distro package
@@ -786,6 +792,13 @@ Binary Installation
 # ./guix-install.sh
 @end example
 
+The script to install Guix is also packaged in Parabola (in the pcr
+repository). You can install and run it with:
+@example
+sudo pacman -S guix-installer
+sudo guix-install.sh
+@end example
+
 @quotation Note
 By default, @file{guix-install.sh} will configure Guix to download
 pre-built package binaries, called @dfn{substitutes}
-- 
2.45.1





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

* [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package.
  2024-06-06  9:44 ` [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
@ 2024-06-06 18:19   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-06-06 18:19 UTC (permalink / raw)
  To: Florian Pelz
  Cc: 70022, Ludovic Courtès, Matthew Trzcinski,
	Denis 'GNUtoo' Carikli

Florian Pelz <pelzflorian@pelzflorian.de> writes:

> From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
>
> * doc/guix.texi (Binary Installation): Also mention Trisquel package.
>
> Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
> Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

-- 
Thanks,
Maxim




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

* [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages.
  2024-06-06  9:44 ` [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages Florian Pelz
@ 2024-06-06 18:20   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-06-06 18:20 UTC (permalink / raw)
  To: Florian Pelz
  Cc: 70022, Ludovic Courtès, Matthew Trzcinski,
	Denis 'GNUtoo' Carikli

Florian Pelz <pelzflorian@pelzflorian.de> writes:

> From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
>
> * doc/guix.texi (Binary Installation): Add Parabola packages.
>
> Co-authored by: Florian Pelz <pelzflorian@pelzflorian.de>
> Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e
> Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2024-06-06 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5d44e7516a752ad4f24b3a02e6b7fcdd736c6cca.1717666968.git.pelzflorian@pelzflorian.de>
2024-06-06  9:44 ` [bug#70022] [PATCH v6 2/3] doc: Binary Installation: Mention Trisquel package Florian Pelz
2024-06-06 18:19   ` Maxim Cournoyer
2024-06-06  9:44 ` [bug#70022] [PATCH v6 3/3] doc: Binary Installation: Add Parabola packages Florian Pelz
2024-06-06 18:20   ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.