Feng Shu writes: > I build a emacs-snapshot package, it seem conflict with emacs package, > how to deal with the situation?
You can choose to install the conflicting package into a separate
profile by passing "-p /path/to/my-other-profile" to "guix package". It
will create a new profile in "/path/to/my-other-profile" and you can run
your emacs-snapshot binaries like so:
/path/to/my-other-profile/bin/emacs
