mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-09 18:55:55 +02:00
172e9a1aa1
These changes are based on emacs-forge package. As all magit related packages share the same structure, let’s build them similarly. * gnu/packages/emacs-xyz.scm (emacs-magit): Simplify package. [arguments]<#:exclude>: Remove unexisting excludes. <#:phases>: Remove unnecessary configure-git phase. Remove all unnecessary replace phases. Add new chdir-lisp phase to operate from lisp dir. No need to make files writable. Group all emacs-substitute-variables, and remove relative path. <#:test-command>: Consider updated makefile path. Change-Id: I3c2ae992faf56b9f9e7a68d1b9df430ab3b221a0 Signed-off-by: Christopher Baines <mail@cbaines.net>