Le 12 juin 2020 05:06:32 GMT-04:00, Pierre Neidhardt <[email protected]> a écrit : > >By the way, this looks like a bug: > >--8<---------------cut here---------------start------------->8--- >> guix refresh -l llvm >Building the following package would ensure 3 dependent packages are >rebuilt: [email protected] >--8<---------------cut here---------------end--------------->8--- > >Why is only 1 package displayed?
Because these are the dependants for llvm@10, but the default llvm is llvm@9: guix refresh -l llvm@9 Building the following 1180 packages would ensure 2092 lependent packages are rebuilt: … That's not on latest master, so your numbers can vary a bit.
