David Thompson (2016-05-27 17:10 +0300) wrote: > * guix/build/emacs-build-system.scm (gnu:unpack) > (store-file->elisp-source-file, unpack): New procedures. > (%standard-phases): Use the new unpack procedure.
I think there is no need to improve emacs-build-system to handle single file sources: there is 'uncompressed-file-fetch' method for this purpose. Look in (gnu packages emacs) for this procedure and how it is used (for example, by 'emacs-rfcview' package). I Cc-ed Federico as he added 'uncompressed-file-fetch'. -- Alex
