On 11-11-2022 08:56, arnaud.lechevallier@free.fr wrote: > Hi Maxime, > >> Which architecture are you on? You can find out with >> $ echo '(use-modules (guix utils)) (%current-system)' | guix repl > > $1 = "x86_64-linux" > Then unless 'grokking Stuff' has a different system, I am not following their proposal, because because on x86-64 ... > (if (target-x86-64?) > librsvg-bootstrap > librsvg-2.40) => need to be change ? ... the first branch would be taken, so changing the second branch would have no effect. However, perhaps the rsvg_handle_set_stylesheet is only present in the 'librsvg', and not in 'librsvg-bootstrap' (I wouldn't expect that as they are the same version, but it could be tested). If so, librsvg-for-system could be used instead, at cost of some rebuilds. Greetings, Maxime