bug#55521: ‘guix shell --export-manifest’ can yield incorrect results

2022-06-16 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Uh, weird. I do encounter it like this: > > $ guix time-machine --commit=6b588da368c77cde82ea2f22ca315116228777ad -- > shell --export-manifest texlive-base rubber > ;; What follows is a "manifest" equivalent to the command line you gave. > ;; You can store it in

bug#55521: ‘guix shell --export-manifest’ can yield incorrect results

2022-05-21 Thread Ludovic Courtès
Hi Dominic, Dominic Martinez skribis: > I think this issue is sporadic, rather than fixed. I've had it happen > and then fix itself, even with the same list of packages on the same > Guix commit. For instance, I don't encounter the issue with the commit > you were on: > > $ guix time-machine --c

bug#55521: ‘guix shell --export-manifest’ can yield incorrect results

2022-05-19 Thread Dominic Martinez
Ludovic Courtès writes: Actually it looks like this was fixed in the meantime: $ guix time-machine --commit=2f170893719e6e9fc8e19cc5f0568e20a95d92b4 -- shell --export-manifest texlive-base rubber ;; What follows is a "manifest" equivalent to the command line you gave. ;; You can store it i

bug#55521: ‘guix shell --export-manifest’ can yield incorrect results

2022-05-19 Thread Ludovic Courtès
Ludovic Courtès skribis: > $ guix shell texlive-base rubber --export-manifest > ;; What follows is a "manifest" equivalent to the command line you gave. > ;; You can store it in a file that you may then pass to any 'guix' command > ;; that accepts a '--manifest' (or '-m') option. > (concatenate-m

bug#55521: ‘guix shell --export-manifest’ can yield incorrect results

2022-05-19 Thread Ludovic Courtès
‘guix shell --export-manifest’ behaves in a strange way: --8<---cut here---start->8--- $ guix shell rubber --export-manifest ;; What follows is a "manifest" equivalent to the command line you gave. ;; You can store it in a file that you may then pass to any 'gui