emacs: main: Use (guix combinators).

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

* emacs/guix-main.scm: Use (guix combinators) module as 'memoize' moved there.
This commit is contained in:
Alex Kost 2016-05-05 11:26:55 +03:00
parent 1a957c21c6
commit 86670ca4b7
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
(srfi srfi-19)
(srfi srfi-26)
(guix)
(guix combinators)
(guix git-download)
(guix packages)
(guix profiles)