gnu: reposurgeon: End all phases in truth.
* gnu/packages/version-control.scm (reposurgeon)[arguments]: Return #t from the ‘install-emacs-data’ phase, instead of COPY-FILE's undefined result.
This commit is contained in:
parent
53bed20918
commit
443c432e90
|
@ -1468,7 +1468,8 @@ any project with more than one developer, is one of Aegis's major functions.")
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(install-file "reposurgeon-mode.el"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/emacs/site-lisp")))))))
|
||||
"/share/emacs/site-lisp"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("python" ,python-wrapper)
|
||||
("tzdata" ,tzdata)))
|
||||
|
|
Loading…
Reference in New Issue