mbox series

[bug#63420,v1,0/4] Guix patches for btrfs-progs

Message ID 20230510163446.2635-1-GNUtoo@cyberdimension.org
Headers show
Series Guix patches for btrfs-progs | expand

Message

Denis 'GNUtoo' Carikli May 10, 2023, 4:34 p.m. UTC
Hi,

Here a set of patches to improve btrfs-progs: In addition to some cleanups, it
adds back support for i686-linux and updates it to 6.3.


Denis 'GNUtoo' Carikli (4):
  gnu: btrfs-progs: Run 'guix style' over the package.
  gnu: btrfs-progs: Use new style inputs and gexps.
  gnu: btrfs-progs: Make the python-sphinx input conditional.
  gnu: btrfs-progs: Update to 6.3.

 gnu/packages/linux.scm | 132 ++++++++++++++++++++++++-----------------
 1 file changed, 76 insertions(+), 56 deletions(-)


base-commit: e0c35d1578c10a8fe27c8372f3a8bb5dd88b01b8

Comments

Ludovic Courtès May 18, 2023, 5:53 p.m. UTC | #1
Hi,

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

>   gnu: btrfs-progs: Run 'guix style' over the package.
>   gnu: btrfs-progs: Use new style inputs and gexps.
>   gnu: btrfs-progs: Make the python-sphinx input conditional.
>   gnu: btrfs-progs: Update to 6.3.

Applied with a minor stylistic change for margin comments (single colon,
no capitalization, no period).

Thanks!

Ludo’.