mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: emacs-realgud: Fix build.
This is a follow up commit to e1d31e6457
.
* gnu/packages/emacs-xyz.scm (emacs-realgud): Fix build.
This commit is contained in:
parent
c51d4c7746
commit
1bb39982f1
1 changed files with 1 additions and 1 deletions
|
@ -5225,7 +5225,7 @@ (define-public emacs-realgud
|
|||
`(#:tests? #t
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'set-emacs-load-path 'fix-autogen-script
|
||||
(add-after 'unpack 'fix-autogen-script
|
||||
(lambda _
|
||||
(substitute* "autogen.sh"
|
||||
(("./configure") "sh configure"))))
|
||||
|
|
Loading…
Reference in a new issue