diff options
author | Alex Kost <alezost@gmail.com> | 2016-05-05 11:26:55 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-05-05 11:33:06 +0300 |
commit | 86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d (patch) | |
tree | 7070cc9c1daeb1e09d8c70eed0a65471e7762395 | |
parent | 1a957c21c693283f6c34cbf78b447d62a047e7b7 (diff) | |
download | patches-86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d.tar patches-86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d.tar.gz |
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.
-rw-r--r-- | emacs/guix-main.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm index 5358f3bfa4..2be86f026b 100644 --- a/emacs/guix-main.scm +++ b/emacs/guix-main.scm @@ -52,6 +52,7 @@ (srfi srfi-19) (srfi srfi-26) (guix) + (guix combinators) (guix git-download) (guix packages) (guix profiles) |