zimoun <[email protected]> writes:
> I am confused and I have a really naive question. :-) > > When `guix package -i emacs-stuff', well the `emacs-stuff` is built or > if it is available on a substitute then the package is pulled from > there. > So, > a- does it pull the ".el" files and then byte-compile them locally? > Or b- does it pull the ".elc" byte-compiled on the substitute? The files are byte-compiled as part of the build process, so the elc files are part of the substitute. -- Ricardo
