'guix build [P]' followed by 'guix install /gnu/store/[...]' vs. 'guix install [P]'

2024-11-05 Thread Thomas Schwinge
Hi! I was under the impression that 'guix build [P]' followed by 'guix install /gnu/store/[...]' would produce equivalent results to 'guix install [P]' -- but evidently that's not generally the case? With up-to-date Guix: $ guix build gcc-toolchain@4.8.5 [...] /gnu/store/zq67w51hf6vp

Re: 'guix build [P]' followed by 'guix install /gnu/store/[...]' vs. 'guix install [P]'

2024-11-10 Thread Thomas Schwinge
Hi Ludo! On 2024-11-10T00:31:12+0100, Ludovic Courtès wrote: > Thomas Schwinge skribis: > >>> $ guix install -p bi >>> /gnu/store/lahbqdidl3ynasd0vzxz2i0dmgh0v16i-gcc-toolchain-4.8.5 >>> [...] >>> >>> ..., where '/gnu/store/[

Re: 'guix build [P]' followed by 'guix install /gnu/store/[...]' vs. 'guix install [P]'

2024-11-07 Thread Thomas Schwinge
Hi! A few days ago, I had posted this to , but not yet gotten any response -- I understand everyone's busy, of course ;-) -- and this morning had a quick chat on Guix IRC (see below), but as that also wasn't really conclusive, I'd like to re-post on : On 2024-11-03T18:10:32+0100, I wrote: > I was