[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74979] [PATCH 0/4] scripts: style: Sort more kinds of package
From: |
Herman Rimm |
Subject: |
[bug#74979] [PATCH 0/4] scripts: style: Sort more kinds of package |
Date: |
Tue, 24 Dec 2024 12:28:45 +0100 |
Hi again,
On Tue, Dec 24, 2024 at 11:42:58AM +0100, Herman Rimm wrote:
> > Not sure, do you have an example on how to trigger it?
>
> Yeah, for example:
>
> $ guix style -fA gnu/packages/crates-io.scm
Just to be clear, this will only work if you are using a Guix channel
with this patch series already applied. Instead, you probably want to
run (in a Git checkout with the patch series applied):
./pre-inst-env guix style -fA gnu/packages/crates-io.scm
Cheers,
Herman
- [bug#74979] [PATCH 0/4] scripts: style: Sort more kinds of package, Herman Rimm, 2024/12/19
- [bug#74979] [PATCH 1/4] scripts: style: Refactor order-packages., Herman Rimm, 2024/12/19
- [bug#74979] [PATCH 2/4] scripts: style: Sort more kinds of package definitions., Herman Rimm, 2024/12/19
- [bug#74979] [PATCH 3/4] scripts: style: Only sort packages with string literal name., Herman Rimm, 2024/12/19
- [bug#74979] [PATCH 4/4] scripts: style: Warn about unmatched package definitions., Herman Rimm, 2024/12/19
- [bug#74979] [PATCH 0/4] scripts: style: Sort more kinds of package, Ludovic Courtès, 2024/12/23