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:
Maxim Cournoyer 2019-11-19 12:44:00 +09:00
parent c51d4c7746
commit 1bb39982f1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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"))))