Justin Veilleux schreef op wo 06-04-2022 om 11:33 [-0400]: > +       (snippet > +        (with-imported-modules '((guix build utils)) > +          #~(begin > +              (use-modules (guix build utils)) > +              (substitute* "src/donate.h" > +                (("constexpr const int kDefaultDonateLevel = 1;") > +                 "constexpr const int kDefaultDonateLevel = 0;") > +                (("constexpr const int kMinimumDonateLevel = 1;") > +                 "constexpr const int kMinimumDonateLevel = > 0;"))))))) This can be done a bit simpler: (origin [...] (modules '((guix build utils))) (snippet #~(substitute* "src/donate.h" [...]))) not 100% sure if that works ... Greetings, Maxime. p.s. Do you know any other distros packaging xmrig & p2pool? Maybe they can be informed as well ...