Ludovic Courtès skribis: > We have a problem! Depending on whether grafts are enabled, we end up > building one of two different derivations for ‘guix’ (“real” > derivations; none of them is a mere grafting derivation): A similar situation: --8<---------------cut here---------------start------------->8--- $ guix describe Generation 244 Jan 29 2023 23:24:35 (current) guix 4eccb27 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 4eccb27b4c74a9112cbbad722d85558e9565f20b $ guix build ruby-nokogiri -d /gnu/store/gfry2algsp4rw8mp9d75qlrns1radjar-ruby-nokogiri-1.13.10.drv $ guix build ruby-nokogiri -d --no-grafts /gnu/store/vdnp9ila1946dakcrs55x3iwjc781pbi-ruby-nokogiri-1.13.10.drv --8<---------------cut here---------------end--------------->8--- This is causing a dozen of ‘ruby-’ package that ‘gnome-shell’ depends on to be rebuilt locally, even though ‘guix weather gnome-shell’ says it’s available. Annoying! Patch coming. Ludo’.