Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > I can not remove packages with the latest guix from git: > > ~~~ > [rwurmus@dev:~/code/guix] (526) $ ./pre-inst-env guix package -r samtools
[...] > I have only two packages installed: samtools and emacs. Attempting to > remove either package results in this error. This was a genuine bug, and a nasty one. It would occur when removing items from a profile such that only one element is left. 0.8 is the first affected version. Commit bea2683 fixes that, but I think I will change the gexp code to be less permissive, since this is really the root cause behind this. Thanks for the report! Ludo’. PS: Prefer bug-g...@gnu.org for things that are likely bugs.