Re: [CORE-UPDATES] librsvg and rust

2021-12-08 Thread Kaelyn
On Wednesday, December 8th, 2021 at 6:36 AM, Ricardo Wurmus wrote: > Ludovic Courtès l...@gnu.org writes: > > > Hello! > > > > For the record, this is a followup to Efraim’s proposal in > > > > https://issues.guix.gnu.org/51845. > > > > Efraim Flashner efr...@flashner.co.il skribis: > > > > > Op

help with my opensmtpd-records.scm file

2021-12-08 Thread jbranso
Hey guix! I am still working on extending guix's current opensmtpd-service with (guix records). I am getting fairly close to realizing that goal. For example this works: (display (opensmtpd-configuration->mixed-text-file (let ([interface "wlp2s0"] [creds (opensmtpd-table (name "creds") (va

Re: [CORE-UPDATES] librsvg and rust

2021-12-08 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > For the record, this is a followup to Efraim’s proposal in > . > > Efraim Flashner skribis: > >> Option 1: >> Track down the ~220 crates which form the dependency graph (of crates) >> for librsvg and pin them until the nex

Re: [CORE-UPDATES] librsvg and rust

2021-12-08 Thread Ludovic Courtès
Hello! For the record, this is a followup to Efraim’s proposal in . Efraim Flashner skribis: > Option 1: > Track down the ~220 crates which form the dependency graph (of crates) > for librsvg and pin them until the next core-updates cycle. Continue > like with

[CORE-UPDATES] librsvg and rust

2021-12-08 Thread Efraim Flashner
Core-updates is almost done which means we need to come to a decision about librsvg and the rust crates. The problem: The librsvg tarball includes bundled rust crates. We normally unbundle bundled sources, and we just so happen to have a) replacement crates for the bundled ones, b) a method to rep