mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-realgud: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-realgud)[fix-autogen-script]: Move after ‘expand-load-path’.
This commit is contained in:
parent
9184d0178d
commit
9c5f9f067e
1 changed files with 1 additions and 1 deletions
|
@ -7833,7 +7833,7 @@ (define-public emacs-realgud
|
||||||
"(require-relative-list \
|
"(require-relative-list \
|
||||||
'(\"../../common/run\") \"realgud:\")\n")))
|
'(\"../../common/run\") \"realgud:\")\n")))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'fix-autogen-script
|
(add-after 'expand-load-path 'fix-autogen-script
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "autogen.sh"
|
(substitute* "autogen.sh"
|
||||||
(("./configure") "sh configure"))
|
(("./configure") "sh configure"))
|
||||||
|
|
Loading…
Reference in a new issue