bug#58813: [PATCH v2] doc: Document how to use Patman for patches submission.

2023-03-07 Thread Liliana Marie Prikler
Hi, Am Dienstag, dem 07.03.2023 um 18:39 +0100 schrieb Simon Tournier: > I still think this documentation for configuring ’patman’ about > “Patch management” is helpful.  I think it could be part of the > manual.  If not for reasons I am missing, at least this documentation > should be included

bug#62040: Support for running guix system vm images for different architectures

2023-03-07 Thread Nathan Dehnel
I tried to build a guix vm for aarch64 on x64: guix system vm --target=aarch64-linux-gnu /home/nathan/guix-config/guixaarch64vm/config.scm I copied the script out of the store and removed -enable-kvm because qemu doesn't support it if the architectures are different:

bug#62023: compute-guix-derivation failed to compute the derivation for Guix

2023-03-07 Thread Maxim Cournoyer
tags 62023 +notabug quit Hello, Adroit writes: > I keep getting this: > >> $ curl substitutes.nonguix.org >> >> 301 Moved Permanently >> >> 301 Moved Permanently >> nginx >> >> >> $ guix pull >> Updating channel 'guix' from Git repository at >>

bug#58813: [PATCH v2] doc: Document how to use Patman for patches submission.

2023-03-07 Thread Simon Tournier
Hi, On Tue, 07 Mar 2023 at 11:46, Maxim Cournoyer wrote: >> My proposal is to have Patch management using patman as a dedicated section. >> This way, we keep the submission guidelines simple using good ol' >> git-send-email. And by being a dedicated section, it acts as the Perfect >> Setup:

bug#61967: guix pack error with python packages

2023-03-07 Thread Maxim Cournoyer
Hi Josselin, Josselin Poiret writes: > Hi Cayetano, > > Cayetano Santos via Bug reports for GNU Guix writes: > >> Hello guix, >> >> I’m trying to deploy a test set of python packages to a remote server, >> using the following guix pack command (latest guix, as for now) >> >> guix pack

bug#61013: guix style indentation problem in (list ...)

2023-03-07 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Hello, > > Maxim Cournoyer skribis: > >> I recently stumbled on this indentation produced with guix style: >> >> (arguments >> (list >>;; Disable tests that use the network and non-free assets. >>#:test-flags #~(list "-m" "not

bug#58813: [PATCH v2] doc: Document how to use Patman for patches submission.

2023-03-07 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > From: Maxim Cournoyer > > Fixes . > > * doc/contributing.texi (Sending a Patch Series): Adjust the examples to no > longer showcase broken command substitutions. > (Patch management using patman): New section about how to

bug#61987: 'current-guix' uses configure flags of Git checkout

2023-03-07 Thread Winter via Bug reports for GNU Guix
tags 61987 notabug close 61987 thanks Hi Simon, Agreed -- I'll submit a patch for a side effect of this, but this doesn't seem to be an actual issue. Thanks, Winter

bug#61955: Code snippets do not show in Firefox reader mode

2023-03-07 Thread
On Tue, 7 Mar 2023 at 15:47, Simon Tournier wrote: > Which Firefox? Do you mean icecat from Guix? Mozilla Firefox 102.8.0esr.

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Simon Tournier
Hi Bruno, On Tue, 7 Mar 2023 at 14:54, Bruno Victal wrote: > Having a field named 'package' within define-configuration causes incorrect > indentation. As I tried to explain, .dir-locals.el does not consider the context but only the keyword 'package'. Because of (eval . (put 'package

bug#61013: guix style indentation problem in (list ...)

2023-03-07 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > I recently stumbled on this indentation produced with guix style: > > (arguments > (list >;; Disable tests that use the network and non-free assets. >#:test-flags #~(list "-m" "not external and not samples"))) > > > While the

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Bruno Victal
Hi Simon, On 2023-03-07 13:16, Simon Tournier wrote: > Hi, > > Cool you had the number 62000. ;-) > > On Mon, 06 Mar 2023 at 12:48, Bruno Victal wrote: >> Suspected file: .dir-locals.el >> >> Using 'package' as a field in define-configuration results in >> inconsistent indentation: >> >>

bug#61987: 'current-guix' uses configure flags of Git checkout

2023-03-07 Thread Simon Tournier
Hi, > ./configure --localstatedir=/var --sysconfdir=/hi/guix [...] > (define-public %sysconfidr "/hi/guix") Well, I do not see where is the bug. :-) I think it is expected. Cheers, simon

bug#61955: Code snippets do not show in Firefox reader mode

2023-03-07 Thread Simon Tournier
Hi, On Sat, 04 Mar 2023 at 10:23, 無 wrote: > When opening the documentation in Firefox's reader mode, code snippets > do not appear. Which Firefox? Do you mean icecat from Guix? Well, indeed. It renders: --8<---cut here---start->8--- for a text editor,

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Simon Tournier
Hi, Cool you had the number 62000. ;-) On Mon, 06 Mar 2023 at 12:48, Bruno Victal wrote: > Suspected file: .dir-locals.el > > Using 'package' as a field in define-configuration results in > inconsistent indentation: > > --8<---cut here---start->8--- >

bug#57742: QT plugins from profile not found (QT_PLUGIN_PATH)

2023-03-07 Thread Maxim Cournoyer
Hello, Marek Paśnikowski writes: > Hello. > > I found a piece of QT documentation on handling of plugins [1]. > > Is it helpful to achieving working Plasma Desktop on Guix? > > Maxim - I was able to only find your email address; I don't think the > other participants of this Debbugs issue will

bug#58813: [PATCH v2] doc: Document how to use Patman for patches submission.

2023-03-07 Thread Simon Tournier
From: Maxim Cournoyer Fixes . * doc/contributing.texi (Sending a Patch Series): Adjust the examples to no longer showcase broken command substitutions. (Patch management using patman): New section about how to use Patman, with examples. ---