From 86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 5 May 2016 11:26:55 +0300 Subject: 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. --- emacs/guix-main.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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) -- cgit v1.2.3