Altadil writes: > ------- Original Message ------- > On Monday, October 30th, 2023 at 13:16, Christopher Baines wrote: > >> altadil via Guix-patches via guix-patches@gnu.org writes: >> >> > + >> > (define-public pantheon-stylesheet >> > (package >> > (name "pantheon-stylesheet") >> > >> > base-commit: 26565f1bc8548011bc0e1b821a9a957db1bc2d8f >> > prerequisite-patch-id: b3506da85d629b0f39af22c99c099838a4720442 >> >> >> I can't see the package definition for pantheon-stylesheet, do you have >> another patch to add that? > > Yes, that patch is https://issues.guix.gnu.org/66821 > I guess I am using git wrong, because they should be independent, but I’m unsure how to do this properly. :/ Having a series with multiple patches is fine, but Git needs to generate the patches as part of a series, and ideally you send all the patches in the series to the same bug number. There some information here about using git format-patch for a series of patches, you can also ask for help on IRC if you're still unsure: https://guix.gnu.org/en/manual/devel/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1 Could you try sending all of these patches together as a series to 66821@debbugs.gnu.org ? If that works, then the other issues can be closed. Thanks, Chris