gnu: emacs-realgud: Fix autogen.sh after EMACSLOADPATH is set.

* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the
fix-autogen-script phase to after the set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Maxim Cournoyer 2018-03-31 16:09:38 -04:00 committed by Arun Isaac
parent 872bda5de5
commit aea388cf36
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -3316,7 +3316,7 @@ (define-public emacs-realgud
`(#:tests? #t
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-autogen-script
(add-after 'set-emacs-load-path 'fix-autogen-script
(lambda _
(substitute* "autogen.sh"
(("./configure") "sh configure"))))