Remove unnecessary include
This commit is contained in:
parent
fac6e98dbf
commit
f1e8928c6d
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
|
|||
(arguments
|
||||
(list
|
||||
#:exclude #~(cons* "make-deps.el" "rstdoc.el" %default-exclude)
|
||||
#:include #~(cons* "notmuch-logo.svg" "notmuch-emacs-mua" %default-include)
|
||||
#:include #~(cons* "notmuch-logo.svg" %default-include)
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
|
|
Loading…
Reference in a new issue