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:
parent
1a957c21c6
commit
86670ca4b7
|
@ -52,6 +52,7 @@
|
||||||
(srfi srfi-19)
|
(srfi srfi-19)
|
||||||
(srfi srfi-26)
|
(srfi srfi-26)
|
||||||
(guix)
|
(guix)
|
||||||
|
(guix combinators)
|
||||||
(guix git-download)
|
(guix git-download)
|
||||||
(guix packages)
|
(guix packages)
|
||||||
(guix profiles)
|
(guix profiles)
|
||||||
|
|
Loading…
Reference in New Issue