guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: emacs: main: Use (guix combinators).


From: Alex Kost
Subject: 01/01: emacs: main: Use (guix combinators).
Date: Thu, 05 May 2016 08:34:21 +0000

alezost pushed a commit to branch master
in repository guix.

commit 86670ca4b7c1c5c86bcffd0d82fc5940d5bf4f1d
Author: Alex Kost <address@hidden>
Date:   Thu May 5 11:26:55 2016 +0300

    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(+)

diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm
index 5358f3b..2be86f0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]