tag 19219 patch thanks Andreas Enge skribis: > I think we need a more sophisticated mechanism for separating package names > and versions, such as this: > - Try the compete string as a package name. > - If it does not exist, treat the part after the last dash as a version and > the part before the last dash as the name. Attached is the beginning of a patch to do that. However, there are users of ‘package-specification->name+version+output’ that still need to be adjusted, such as Emacs (in guix-main.scm.) Also, the responsibility of trying NAME-VERSION is on each caller, which is not really satisfying. I’ll ponder it some more. Suggestions welcome. Thanks, Ludo’.