Commit Graph

4 Commits

Author SHA1 Message Date
Oleg Pykhalov f764641396 guix.scm: Use 'close-pipe' instead of 'close-port'
As it is the proper way to close an opened pipe as explained at
<https://gitlab.com/emacs-guix/emacs-guix/merge_requests/2>.

* guix.scm (git-output): Call 'close-pipe' instead of 'close-port'.
2019-01-28 12:46:13 +03:00
Oleg Pykhalov a12ae9a907 guix.scm: Use the new (gnu packages emacs-xyz) module
'emacs-guix' package was moved to this module, which was introduced by
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=eeb883cb0d5a932b864dbbb60e3ad93ca46c212b>.

* guix.scm: Use (gnu packages emacs-xyz) module.
2019-01-28 12:40:26 +03:00
Alex Kost c11094293d guix: Replace some code with 'git-predicate'
This became possible after
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=6554be68b43d5b240c8075cdbb479c66a9780f59>.

* guix.scm (git-files, git-file?): Remove.
(emacs-guix-devel): Use 'git-predicate'.
2017-02-27 17:56:35 +03:00
Alex Kost 1035a81e42 Add "guix.scm"
* guix.scm: New file.
* doc/emacs-guix.texi (Using from Git): Mention it.
2017-01-09 23:05:04 +03:00