gnu: emacs: Return #t from all phases.
* gnu/packages/emacs.scm (emacs)[arguments]: Return #t from the 'fix-/bin/pwd' phase.
This commit is contained in:
parent
3f54fd1ea5
commit
e2d90ee428
|
@ -159,7 +159,8 @@
|
|||
;; Use `pwd', not `/bin/pwd'.
|
||||
(substitute* (find-files "." "^Makefile\\.in$")
|
||||
(("/bin/pwd")
|
||||
"pwd"))))
|
||||
"pwd"))
|
||||
#t))
|
||||
(add-after 'install 'install-site-start
|
||||
;; Use 'guix-emacs' in "site-start.el". This way, Emacs packages
|
||||
;; provided by Guix and installed in
|
||||
|
|
Loading…
Reference in New Issue