~ruther/guix-local

86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d — Alex Kost 10 years ago 1a957c2
emacs: main: Use (guix combinators).

Reported by rsiddharth on #guix.
This is a followup to commit 958dd3ce68733bcd5c1231424c7e4ad39e67594a.

* emacs/guix-main.scm: Use (guix combinators) module as 'memoize' moved there.
1 files changed, 1 insertions(+), 0 deletions(-)

M emacs/guix-main.scm
M emacs/guix-main.scm => emacs/guix-main.scm +1 -0
@@ 52,6 52,7 @@
 (srfi srfi-19)
 (srfi srfi-26)
 (guix)
 (guix combinators)
 (guix git-download)
 (guix packages)
 (guix profiles)